From 51a96056683d6fd933e81f42a7d7a8c4cb9174fe Mon Sep 17 00:00:00 2001 From: SML Date: Thu, 9 Feb 2023 06:08:00 +0800 Subject: [PATCH] Soften lightmode text color --- sanic/pages/styles/BasePage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/pages/styles/BasePage.css b/sanic/pages/styles/BasePage.css index 7cc39946..68fb0a41 100644 --- a/sanic/pages/styles/BasePage.css +++ b/sanic/pages/styles/BasePage.css @@ -2,7 +2,7 @@ html { font: 16px sans-serif; background: #f1f5f9; - color: #111; + color: #0f172a; scrollbar-gutter: stable; overflow: hidden auto; }