diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-07-25 18:29:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-07-25 18:29:18 +0200 |
commit | 1923b3868266392458888d088028fc7669b10793 (patch) | |
tree | 13e25d81428ab813e9151e05a98d880b8509a80e /src | |
parent | 7fe6ed873268f45dbba1c97c55031913267d6b74 (diff) |
Fix some styling issues
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 { |