mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +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
|
@ -149,10 +149,12 @@ color: #83dd00;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height:82px;
|
line-height:82px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
text-shadow: 0 0 3px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li a:hover, nav li a:focus{
|
nav li a:hover, nav li a:focus{
|
||||||
color: #83dd00;
|
color: #83dd00;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li a[href] {
|
nav li a[href] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue