fix(core): 🐛 do not underline footer places links

This commit is contained in:
alistair3149 2023-07-07 21:04:22 -04:00
parent 73ff64f7da
commit 25169379a9
No known key found for this signature in database

View file

@ -87,6 +87,11 @@
&:active {
background-color: var( --background-color-quiet--active );
}
&:hover,
&:focus {
text-decoration: none;
}
}
}