mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
fix: inherit default color for href
fixes issues when using plain href, where ugly blue/violet and didnt inherit the proper colors
This commit is contained in:
parent
e6c7ebdf42
commit
cf464db2b4
1 changed files with 4 additions and 0 deletions
|
|
@ -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