Compare commits

..

1 Commits

View File

@@ -22,14 +22,9 @@
a:not(.no-styling) {
@apply relative bg-none link font-medium text-[var(--primary)]
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
display: inline-block;
&:hover, &:active {
@apply decoration-transparent;
background: var(--btn-plain-bg-hover);
text-decoration: none;
}
}