Add .link underline

This commit is contained in:
venashial
2022-07-11 13:23:19 -07:00
parent e280c0c5ca
commit 3e87d88825
31 changed files with 59 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
*:not(.example__preview *) {
:where(a) {
*:not(.example__preview) * {
:where(a):not(.link) {
text-decoration: none;
&.absent {
@@ -378,7 +378,7 @@
background-color: var(--accent-color-transparent);
}
&:where(a) {
&:where(a):not(.link) {
color: var(--accent-color);
&:hover {