mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
🎨 Improve auth page background color in MacOS https://ld246.com/article/1764154209756 (#16497)
This commit is contained in:
parent
6ef83b42c7
commit
b11e0af08d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
--b3-theme-background: #fff;
|
||||
--b3-theme-on-background: #202124;
|
||||
--b3-theme-on-primary: #fff;
|
||||
background-color: var(--b3-theme-background);
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
|
@ -33,7 +34,6 @@
|
|||
--b3-theme-background: #1e1e1e;
|
||||
--b3-theme-on-background: #c9d1d9;
|
||||
--b3-theme-on-primary: #fff;
|
||||
background-color: var(--b3-theme-background);
|
||||
}
|
||||
|
||||
.b3-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue