]> git.cworth.org Git - lmno.games/blobdiff - style.css
empires: Construct reliable paths for all game API endpoints
[lmno.games] / style.css
index cde3def414e75204b963458144d7c1257c0509a6..2fca6300d6f0ef913358b52ef3e883eaf18f8138 100644 (file)
--- a/style.css
+++ b/style.css
@@ -49,7 +49,7 @@ h2 {
     font-size: 110%;
 }
 
-p,dl,dd {
+p,dl,dd,form {
     margin-bottom: 1em;
 }
 
@@ -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