diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 6 |
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 { |