Skip to content

Commit b331dc7

Browse files
committed
feat: Fixed hover color transition
1 parent 1ef1b38 commit b331dc7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/css/v2/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,9 +1026,12 @@ details summary {
10261026
}
10271027
}
10281028

1029+
details summary:hover {
1030+
text-decoration-color: oklch(var(--color-brand) / 0.8);
1031+
}
1032+
10291033
details:hover {
10301034
cursor: pointer;
1031-
text-decoration-color: oklch(var(--color-brand) / 0.8);
10321035
}
10331036

10341037
/* Table of Contents */

0 commit comments

Comments
 (0)