mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
fix visible icon not show in dark mode
This commit is contained in:
@@ -589,6 +589,11 @@ export default {
|
||||
background-color: var(--f7-theme-color);
|
||||
}
|
||||
|
||||
.theme-dark .account-overview-card a {
|
||||
color: var(--f7-text-color);
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.net-assets {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user