mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-20 13:37:35 +02:00
fix: inherit default color for href (#4125)
Co-authored-by: alan <alan@lnbits.com>
This commit is contained in:
parent
0296c58369
commit
8b64d370fe
3 changed files with 9 additions and 1 deletions
2
lnbits/static/bundle.min.css
vendored
2
lnbits/static/bundle.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -452,6 +452,10 @@ body.no-burger-background .q-drawer {
|
|||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
[v-cloak] {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
@use 'cards';
|
||||
@use 'home';
|
||||
|
||||
a {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
[v-cloak] {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue