From ede612c324013c5fa828ef0148ca18ce94773acf Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Wed, 29 Mar 2023 21:51:24 +0300 Subject: [PATCH] Adjust text styles --- public/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 7e21c84d9..2aec9c421 100644 --- a/public/style.css +++ b/public/style.css @@ -12,6 +12,7 @@ --white30a: rgba(255, 255, 255, 0.3); --white50a: rgba(255, 255, 255, 0.5); + --white60a: rgba(255, 255, 255, 0.6); --white70a: rgba(255, 255, 255, 0.7); --white100: rgba(255, 255, 255, 1); @@ -30,7 +31,7 @@ --sienna: rgb(210, 100, 40); --orangered: rgb(255, 90, 0); --greyCAIbg: rgb(36, 36, 37); - --ivory: rgb(230, 230, 220); + --ivory: rgb(220, 220, 210); } * { @@ -100,8 +101,8 @@ body { .mes_text i, .mes_text em { - color: var(--grey75); - font-weight: 600; + color: var(--white60a); + font-weight: 500; } .mes_text strong,