From ab6b1a2f0fea8b6a437883e9da770a5d4944530e Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 27 Mar 2023 23:25:57 +0300 Subject: [PATCH] Up text readability a bit --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 470e65b5e..6afd12413 100644 --- a/public/style.css +++ b/public/style.css @@ -28,7 +28,7 @@ --sienna: rgb(210, 100, 40); --orangered: rgb(255, 90, 0); --greyCAIbg: rgb(36, 36, 37); - --ivory: rgba(229, 224, 216, 1); + --ivory: rgb(230, 230, 220); } * { @@ -99,7 +99,7 @@ body { .mes_text i, .mes_text em { color: var(--grey75); - font-weight: 500; + font-weight: 600; } .mes_text strong,