From 844cab2d6b20c20eb929e4bb9edf70585e0caecd Mon Sep 17 00:00:00 2001 From: SML Date: Thu, 9 Feb 2023 00:07:29 +0800 Subject: [PATCH] Tweak colors for light mode --- sanic/pages/styles/BasePage.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sanic/pages/styles/BasePage.css b/sanic/pages/styles/BasePage.css index a41c39f6..9d226894 100644 --- a/sanic/pages/styles/BasePage.css +++ b/sanic/pages/styles/BasePage.css @@ -1,7 +1,7 @@ /** BasePage **/ html { font: 16px sans-serif; - background: #eee; + background: #f1f5f9; color: #111; scrollbar-gutter: stable; overflow: hidden auto; @@ -11,10 +11,10 @@ body { margin: 0; font-size: 1.25rem; --sanic: #ff0d68; - --sanic-blue: #0092FF; + --sanic-blue: #0369a1; --sanic-yellow: #FFE900; - --sanic-purple: #833FE3; - --sanic-green: #16DB93; + --sanic-purple: #a21caf; + --sanic-green: #166534; } body>* {