This commit is contained in:
Vanessa 2022-10-15 15:22:34 +08:00
parent f56c0e40ca
commit 9480d7e3dd
2 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
:root {
/* 主色 */
--b3-theme-primary: #0969da;
--b3-theme-primary-light: rgba(9, 105, 218, 0.54);
--b3-theme-primary-lighter: rgba(9, 105, 218, 0.38);
--b3-theme-primary-lightest: rgba(9, 105, 218, 0.12);
--b3-theme-primary: #3573f0;
--b3-theme-primary-light: rgba(53, 115, 240, 0.54);
--b3-theme-primary-lighter: rgba(53, 115, 240, 0.38);
--b3-theme-primary-lightest: rgba(53, 115, 240, 0.12);
--b3-theme-secondary: #f3a92f;
--b3-theme-background: #fff;
--b3-theme-background-light: #dfe0e1;

View file

@ -1,9 +1,9 @@
:root {
/* 主色 */
--b3-theme-primary: #1f6feb;
--b3-theme-primary-light: rgba(31, 111, 235, 0.72);
--b3-theme-primary-lighter: rgba(31, 111, 235, 0.48);
--b3-theme-primary-lightest: rgba(31, 111, 235, 0.24);
--b3-theme-primary: #3573f0;
--b3-theme-primary-light: rgba(53, 115, 240, 0.72);
--b3-theme-primary-lighter: rgba(53, 115, 240, 0.48);
--b3-theme-primary-lightest: rgba(53, 115, 240, 0.24);
--b3-theme-secondary: #f3a92f;
--b3-theme-background: #212224;
--b3-theme-background-light: #353637;