Skip to content

Commit bf2f18f

Browse files
fix: change TOC link color to #B1E2C5 for issue #1593
1 parent 4b0848a commit bf2f18f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,3 +2040,16 @@ html[data-theme="dark"] {
20402040
scrollbar-width: thin !important;
20412041
scrollbar-color: #334155 transparent !important;
20422042
}
2043+
2044+
/* ===== SECTION 15: TABLE OF CONTENTS COLOR ===== */
2045+
/* Issue #1593: Change TOC link color to match theme */
2046+
.table-of-contents__link:hover,
2047+
.table-of-contents__link--active,
2048+
.table-of-contents__link--active:hover {
2049+
color: #B1E2C5;
2050+
}
2051+
2052+
[data-theme="dark"] .table-of-contents__link:hover,
2053+
[data-theme="dark"] .table-of-contents__link--active {
2054+
color: #B1E2C5;
2055+
}

0 commit comments

Comments
 (0)