]> git.cworth.org Git - lmno.games/blobdiff - style.css
Change category voting to require fewer votes when there are more categories
[lmno.games] / style.css
index ff638f3950db7d3cf04733c15a039543da8b157b..bc611e5a16587f895e37be0864c5f6cc2b483454 100644 (file)
--- a/style.css
+++ b/style.css
@@ -338,6 +338,7 @@ button.inline {
 
 .hide-button {
     color: white;
+    opacity: 0.5;
     font-size: 125%;
     font-weight: bold;
     cursor: pointer;
@@ -348,7 +349,7 @@ button.inline {
 
 @media (hover:hover) {
     .hide-button:hover {
-        color: var(--danger-color-dark);
+        opacity: 1.0;
     }
 }