fix: restore light theme's primary background color to #fff

This commit is contained in:
Tienson Qin
2021-07-11 22:28:35 +08:00
parent 8b70b1cfed
commit 8e25a4dd32
2 changed files with 3 additions and 3 deletions

View File

@@ -86,8 +86,8 @@ html[data-theme='dark'] {
.white-theme,
html[data-theme='light'] {
--ls-primary-background-color: #f6f6f6;
--ls-secondary-background-color: #f7f6f4;
--ls-primary-background-color: #ffffff;
--ls-secondary-background-color: #f7f7f7;
--ls-tertiary-background-color: #f1eee8;
--ls-quaternary-background-color: #e8e5de;
--ls-table-tr-even-background-color: #f4f5f7;