1
0
Fork 0

Make text more readable in dark mode

This commit is contained in:
Andrea Cappuccio 2024-03-05 15:10:05 +01:00 committed by GitHub
parent b4ca02da86
commit 15f50553e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -107,6 +107,10 @@ export default defineComponent({
&.bg-app-toggle {
color: $accent !important;
}
.body--dark &.bg-app-toggle {
color: lighten($accent, 25%) !important;
}
}
}
:deep(.bar-search) {