summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css6
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
43a { 43ul.navbar li a,
44div#footer a,
45ul#archive li a {
44 text-decoration: none; 46 text-decoration: none;
45 color: black; 47 color: black;
46} 48}
47 49
48a:hover, a:focus, a:active { 50a:hover, a:focus, a:active {
49 text-decoration: underline; 51 text-decoration: underline !important;
50} 52}
51 53
52ul.navbar li { 54ul.navbar li {