diff options
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css index bf3f30d..98f9e88 100755 --- a/style.css +++ b/style.css | |||
@@ -40,13 +40,15 @@ div.cleardiv { | |||
40 | clear: both; | 40 | clear: both; |
41 | } | 41 | } |
42 | 42 | ||
43 | a { | 43 | ul.navbar li a, |
44 | div#footer a, | ||
45 | ul#archive li a { | ||
44 | text-decoration: none; | 46 | text-decoration: none; |
45 | color: black; | 47 | color: black; |
46 | } | 48 | } |
47 | 49 | ||
48 | a:hover, a:focus, a:active { | 50 | a:hover, a:focus, a:active { |
49 | text-decoration: underline; | 51 | text-decoration: underline !important; |
50 | } | 52 | } |
51 | 53 | ||
52 | ul.navbar li { | 54 | ul.navbar li { |