summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-29 17:25:25 +0200
committerMarian Sigler <m@qjym.de>2012-09-29 17:25:38 +0200
commitc635b2797c17669fb978ec8e4fa6d5cc6f191488 (patch)
tree205fab83beedd8c5593bc1aebbe0d9d4360a65da
parente4a333b19b539e5340ba6bd53f82531fd1bb8e68 (diff)
downloadweb-c635b2797c17669fb978ec8e4fa6d5cc6f191488.tar.gz
web-c635b2797c17669fb978ec8e4fa6d5cc6f191488.tar.bz2
web-c635b2797c17669fb978ec8e4fa6d5cc6f191488.zip
make links only underlined, but also when not hovered
-rw-r--r--static/layout.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/static/layout.css b/static/layout.css
index 28bb4e1..0b4dc69 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -6,11 +6,10 @@ body {
}
:link, :visited {
- text-decoration: none;
-}
-:link:hover, :visited:hover {
text-decoration: underline;
+ color: black;
}
+
nav ul {
list-style: none;
}
@@ -22,12 +21,6 @@ nav ul li:not(:last-child):after {
color: #aaa;
}
-a,:visited {
- font-style: italic;
- font-weight: bold;
- color: #000;
-}
-
/* COMMON PAGE ELEMENTS */