From f776daca43b0fbf272b0876ec1908bd1333bed30 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 25 Mar 2025 03:25:47 +0700 Subject: [PATCH] add button stealth class --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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);}