]> git.cworth.org Git - lmno.games/blobdiff - style.css
Add support for detecting glyph shapes
[lmno.games] / style.css
index c8d6c86310e1f1def1892becfb7e6861edc5839d..bc611e5a16587f895e37be0864c5f6cc2b483454 100644 (file)
--- a/style.css
+++ b/style.css
@@ -92,6 +92,10 @@ a:active  {
     color: var(--accent-color-bright);
 }
 
+strong {
+    font-weight: bold;
+}
+
 /*\
 |*|
 |*| Overall page layout
@@ -334,6 +338,7 @@ button.inline {
 
 .hide-button {
     color: white;
+    opacity: 0.5;
     font-size: 125%;
     font-weight: bold;
     cursor: pointer;
@@ -344,7 +349,7 @@ button.inline {
 
 @media (hover:hover) {
     .hide-button:hover {
-        color: var(--danger-color-dark);
+        opacity: 1.0;
     }
 }