mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
optimize icon experience in dark mode
This commit is contained in:
@@ -77,6 +77,12 @@ body {
|
||||
--f7-theme-color-rgb: 198, 126, 72;
|
||||
--f7-theme-color-shade: #af6a36;
|
||||
--f7-theme-color-tint: #d09467;
|
||||
|
||||
--default-icon-color: var(--f7-text-color);
|
||||
}
|
||||
|
||||
:root .theme-dark {
|
||||
--default-icon-color: var(--f7-text-color);
|
||||
}
|
||||
|
||||
.no-right-border {
|
||||
|
||||
Reference in New Issue
Block a user