Also exclude button links.
This commit is contained in:
parent
5234380bf0
commit
a136b717bf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ body {
|
|||
filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5));
|
||||
}
|
||||
|
||||
a:not(.q-link) {
|
||||
a:not(.q-link):not(.q-btn) {
|
||||
color: $primary;
|
||||
text-decoration: none;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue