chore: css vars

This commit is contained in:
zerosoul
2022-04-29 17:19:10 +08:00
parent b72e962c77
commit 4d1c463792
+17 -2
View File
@@ -1,4 +1,19 @@
:root{
/* border radius */
--br:8px
}
--br:8px;
--rustchat-navs-bg:#E5E7EB;
--rustchat-body-bg:#F5F6F7;
--rustchat-chat-bg:#fff;
--rustchat-channel-text-color:#1C1C1E;
--rustchat-msg-text-color:#374151;
}
/* @media (prefers-color-scheme: dark) {
:root{
--br:8px;
--rustchat-navs-bg:#121926;
--rustchat-body-bg:#1F2A37;
--rustchat-chat-bg:#384250;
--rustchat-channel-text-color:#fff;
--rustchat-msg-text-color:#fff;
}
} */