We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95df60 commit 071a851Copy full SHA for 071a851
assets/css/v2/style.css
@@ -1034,10 +1034,6 @@ h2:has(a):hover {
1034
.headerlink::before {
1035
display: block;
1036
}
1037
-
1038
- .headerlink {
1039
- text-decoration-color: oklch(var(--color-brand) / 0.3);
1040
- }
1041
1042
1043
h3:has(a):hover {
@@ -1065,7 +1061,9 @@ h6:has(a):hover {
1065
1061
1066
1062
1067
1063
.headerlink {
1068
- text-decoration-color: transparent;
1064
+ text-decoration: none;
+
+ color: black;
1069
1070
1071
@@ -1075,6 +1073,7 @@ h6:has(a):hover {
1075
1073
opacity: 20%;
1076
1074
display: none;
1077
bottom: 0;
+ color: oklch(var(--color-brand));
1078
1079
1080
/* MARK: Tables
0 commit comments