fix visible icon not show in dark mode

This commit is contained in:
MaysWind
2021-01-11 00:30:13 +08:00
parent ba4022dc1d
commit 7080c2bcb4
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -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;
}