]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Improved legibility of filter/nav buttons
authorAidan Cornelius-Bell <[email protected]>
Sat, 2 Nov 2024 03:31:53 +0000 (14:01 +1030)
committerAidan Cornelius-Bell <[email protected]>
Sat, 2 Nov 2024 03:31:53 +0000 (14:01 +1030)
app/assets/stylesheets/application.css

index 2039e97a9d5711838cb3de34ce7c5c6126204ab0..34353511a9e6df78c7c69e0c856ef4ec5fa3f66d 100644 (file)
@@ -387,19 +387,19 @@ ul .pinned::before {
     margin: 0 5px;
     margin-bottom: 15px;
     background-color: var(--accent-a);
-    color: var(--body-text);
+    color: var(--dark-text);
     text-decoration: none;
     border-radius: 5px;
 }
 
 .filter-buttons .button.active {
     background-color: var(--body-text);
-    color: var(--accent-c);
+    color: var(--accent-a);
 }
 
 .filter-buttons .button:hover {
     background-color: var(--body-text);
-    color: var(--accent-b);
+    color: var(--accent-a);
 }
 
 .excerpt {