mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Add a text-shadow in the nav bar
This commit is contained in:
parent
c18afa75a2
commit
0d35b4fa01
1 changed files with 3 additions and 1 deletions
|
@ -144,15 +144,17 @@ nav li {
|
|||
}
|
||||
|
||||
nav li a {
|
||||
color: #83dd00;
|
||||
color: #83dd00;
|
||||
display: block;
|
||||
margin: auto;
|
||||
line-height:82px;
|
||||
text-align:center;
|
||||
text-shadow: 0 0 3px black;
|
||||
}
|
||||
|
||||
nav li a:hover, nav li a:focus{
|
||||
color: #83dd00;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
nav li a[href] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue