summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 15cfb5a..62e3db5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -12,6 +12,10 @@
--bg: white;
--faint: rgba(0, 0, 0, 0.75);
}
+
+ a, a:visited {
+ color: blue;
+ }
}
@media (prefers-color-scheme: dark) {
@@ -21,7 +25,7 @@
--faint: rgba(255, 255, 255, 0.75);
}
- a {
+ a, a:visited {
color: #AAF;
}
}