diff --git a/style.css b/style.css index 9a6c3a4..f8fc9ca 100644 --- a/style.css +++ b/style.css @@ -133,6 +133,12 @@ margin-top: 0.25cm; } +.button.stealth { + font-weight: normal; + margin-left: 0.25cm; + margin-top: 0.25cm; +} + .button.back { position: absolute; display: flex; @@ -300,6 +306,7 @@ .list {background-color: rgb(var(--white));} .button {background-color: rgba(var(--black), 0.08);} .button.header {background-color: rgb(var(--white));} + .button.stealth {background-color: rgb(var(--white));} .button.back {background-color: rgb(var(--white));} .button:hover {background-color: rgba(var(--black), 0.18);} .togglegroups-background {background-color: rgba(var(--black), 0.08);} @@ -322,6 +329,7 @@ .list {background-color: rgba(var(--white), 0.07);} .button {background: rgb(var(--blackitem));} .button.header {background-color: rgb(var(--blackitem));} + .button.stealth {background-color: rgb(var(--blackitem));} .button.back {background-color: rgb(var(--blackitem));} .button:hover {background: rgba(var(--white), 0.18);} .togglegroups-background {background: rgba(var(--white), 0.1);}