summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-07-25 18:29:18 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-07-25 18:29:18 +0200
commit1923b3868266392458888d088028fc7669b10793 (patch)
tree13e25d81428ab813e9151e05a98d880b8509a80e /src
parent7fe6ed873268f45dbba1c97c55031913267d6b74 (diff)
Fix some styling issues
Diffstat (limited to 'src')
-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 {