mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
fix visible icon not show in dark mode
This commit is contained in:
@@ -301,7 +301,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.home-summary-misc > span {
|
.home-summary-misc > span {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-summary-misc > span:last-child {
|
.home-summary-misc > span:last-child {
|
||||||
@@ -312,6 +312,11 @@ export default {
|
|||||||
background-color: var(--f7-theme-color);
|
background-color: var(--f7-theme-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .home-summary-card a {
|
||||||
|
color: var(--f7-text-color);
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
.overview-transaction-footer {
|
.overview-transaction-footer {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -589,6 +589,11 @@ export default {
|
|||||||
background-color: var(--f7-theme-color);
|
background-color: var(--f7-theme-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .account-overview-card a {
|
||||||
|
color: var(--f7-text-color);
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
.net-assets {
|
.net-assets {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user