Also exclude button links.

This commit is contained in:
Cameron Redmore 2025-04-26 11:00:00 +01:00
parent 5234380bf0
commit a136b717bf

View file

@ -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;