1
0
Fork 0
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:
Guillaume Ayoub 2012-01-19 14:16:26 +01:00
parent c18afa75a2
commit 0d35b4fa01

View file

@ -144,15 +144,17 @@ nav li {
} }
nav li a { nav li a {
color: #83dd00; color: #83dd00;
display: block; display: block;
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] {