🎨 Improve auth page background color in MacOS https://ld246.com/article/1764154209756 (#16497)

This commit is contained in:
Jeffrey Chen 2025-12-03 09:45:49 +08:00 committed by GitHub
parent 6ef83b42c7
commit b11e0af08d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {