]> git.cworth.org Git - lmno.games/commitdiff
Add basic them-based styling of link colors
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 22:43:01 +0000 (15:43 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 May 2020 13:43:40 +0000 (06:43 -0700)
Since the default lnik colors are _horrible_.

style.css

index 6bf82a6544fe12e6de5809921d792d173a543257..2fca6300d6f0ef913358b52ef3e883eaf18f8138 100644 (file)
--- a/style.css
+++ b/style.css
@@ -59,6 +59,19 @@ ul li {
     margin-bottom: 0.5em;
 }
 
+a:link    {
+    color: var(--accent-color);
+}
+a:visited {
+    color: var(--accent-color);
+}
+a:hover   {
+    color: var(--accent-color-bright);
+}
+a:active  {
+    color: var(--accent-color-bright);
+}
+
 /*\
 |*|
 |*| Overall page layout