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