From 1048413a1ad139749f09245b8a3da530b83477ab Mon Sep 17 00:00:00 2001 From: maver Date: Sun, 28 May 2023 15:59:27 +0200 Subject: [PATCH] Add --white20a css variable --- public/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/style.css b/public/style.css index 7214f217f..e1f211f27 100644 --- a/public/style.css +++ b/public/style.css @@ -13,6 +13,7 @@ --black90a: rgba(0, 0, 0, 0.9); --black100: rgba(0, 0, 0, 1); + --white20a: rgba(255, 255, 255, 0.2); --white30a: rgba(255, 255, 255, 0.3); --white50a: rgba(255, 255, 255, 0.5); --white60a: rgba(255, 255, 255, 0.6); @@ -190,6 +191,11 @@ table.responsiveTable { text-align: center; } +.text_muted { + font-size: calc(var(--mainFontSize) - 0.2rem); + color: var(--white50a); +} + .mes_text table { border-spacing: 0; border-collapse: collapse; @@ -5484,3 +5490,4 @@ body.waifuMode .zoomed_avatar { text-align: center; line-height: 14px; } +