X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=bc611e5a16587f895e37be0864c5f6cc2b483454;hp=c8d6c86310e1f1def1892becfb7e6861edc5839d;hb=HEAD;hpb=efb56934eb9333fb19e515432c5f03f47e5aa3cf diff --git a/style.css b/style.css index c8d6c86..bc611e5 100644 --- 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; } }