summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-14 21:12:23 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-14 21:14:19 +0100
commita9867c83d92073b023404fd0b687e40fb69037ec (patch)
tree7e2b3581534dfded7645b311eed14d4dbb8dd89a
parent9218e8bc59060d8f3f8d552caf072c247e13514f (diff)
Normalizes anchors better
-rw-r--r--public/normalize.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/normalize.css b/public/normalize.css
index af905e9..98e28fa 100644
--- a/public/normalize.css
+++ b/public/normalize.css
@@ -350,8 +350,19 @@ template {
display: none;
}
+a {
+ color: currentColor;
+ text-decoration: none;
+}
+
+:link {
+ color: currentColor;
+ text-decoration: none;
+}
+
:visited {
color: currentColor;
+ text-decoration: none;
}
ol {