fix: inherit default color for href (#4125)

Co-authored-by: alan <alan@lnbits.com>
This commit is contained in:
dni ⚡ 2026-08-20 08:36:25 +02:00 committed by GitHub
parent 0296c58369
commit 8b64d370fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -452,6 +452,10 @@ body.no-burger-background .q-drawer {
}
}
a {
color: unset;
}
[v-cloak] {
display: none;
}

View file

@ -4,6 +4,10 @@
@use 'cards';
@use 'home';
a {
color: unset;
}
[v-cloak] {
display: none;
}