Ensure sanic brand color be the same in dark mode.

This commit is contained in:
SML 2023-02-09 16:23:01 +08:00
parent 94eff28fda
commit 59f9b5cc28

View File

@ -17,7 +17,7 @@
@media (prefers-color-scheme: dark) {
:root {
--sanic: #ef4444;
--sanic: #ff0d68;
--sanic-blue: #38bdf8;
--sanic-yellow: #ffde41;
--sanic-purple: #b19bf8;