mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
manually set default icon color
This commit is contained in:
@@ -97,11 +97,11 @@ i.icon.la, i.icon.las, i.icon.lab {
|
||||
|
||||
/** custom class **/
|
||||
:root {
|
||||
--default-icon-color: var(--f7-text-color);
|
||||
--default-icon-color: #000;
|
||||
}
|
||||
|
||||
:root .dark {
|
||||
--default-icon-color: var(--f7-text-color);
|
||||
:root.dark {
|
||||
--default-icon-color: #fff;
|
||||
}
|
||||
|
||||
.pin-codes-input {
|
||||
|
||||
Reference in New Issue
Block a user