Compare commits
1 Commits
main
...
6546730d1d
| Author | SHA1 | Date | |
|---|---|---|---|
| 6546730d1d |
@@ -22,15 +22,9 @@
|
|||||||
a:not(.no-styling) {
|
a:not(.no-styling) {
|
||||||
@apply relative bg-none link font-medium text-[var(--primary)]
|
@apply relative bg-none link font-medium text-[var(--primary)]
|
||||||
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
|
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 {
|
&:hover, &:active {
|
||||||
@apply decoration-transparent;
|
@apply decoration-transparent;
|
||||||
background: var(--btn-plain-bg-hover);
|
|
||||||
border-bottom: 1px dashed var(--link-hover);
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user