Skip to content

Commit 071a851

Browse files
committed
fix: Removed unneeded link styling
1 parent b95df60 commit 071a851

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

assets/css/v2/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,10 +1034,6 @@ h2:has(a):hover {
10341034
.headerlink::before {
10351035
display: block;
10361036
}
1037-
1038-
.headerlink {
1039-
text-decoration-color: oklch(var(--color-brand) / 0.3);
1040-
}
10411037
}
10421038

10431039
h3:has(a):hover {
@@ -1065,7 +1061,9 @@ h6:has(a):hover {
10651061
}
10661062

10671063
.headerlink {
1068-
text-decoration-color: transparent;
1064+
text-decoration: none;
1065+
1066+
color: black;
10691067
}
10701068

10711069
.headerlink::before {
@@ -1075,6 +1073,7 @@ h6:has(a):hover {
10751073
opacity: 20%;
10761074
display: none;
10771075
bottom: 0;
1076+
color: oklch(var(--color-brand));
10781077
}
10791078

10801079
/* MARK: Tables

0 commit comments

Comments
 (0)