mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
💄
This commit is contained in:
parent
f56c0e40ca
commit
9480d7e3dd
2 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue