fix: finalize dark/light styles
authorxangelo <me@xangelo.ca>
Tue, 30 Jan 2024 14:59:40 +0000 (09:59 -0500)
committerxangelo <me@xangelo.ca>
Tue, 30 Jan 2024 14:59:40 +0000 (09:59 -0500)
src/public/style.css

index 393c8ceb9fa5984ccb7e0c97ac0ebd90916fced1..b79038ee4c46bc37c87d38f790bc2f3f90bd796e 100644 (file)
@@ -34,7 +34,7 @@
   }
 
   .content:hover {
-    background-color: #e5f1ff;
+    background-color: var(--clight);
   }
 }
 
@@ -53,9 +53,4 @@ footer {
                --clink: #1ad;
                --cemph: #0b9;    --cemphbg: #0b91;
        }       
-
-  .content:hover {
-    background-color: #2c2e31;
-  }
 }
-