summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 26db499..7253503 100644
--- a/src/style.css
+++ b/src/style.css
@@ -113,9 +113,13 @@ nav {
width: 100%;
}
+
+a:link, a:visited {
+ color: inherit;
+}
+
nav a:link, nav a:visited {
text-decoration: inherit;
- color: inherit;
}
nav ul {