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 4b0848a commit bf2f18fCopy full SHA for bf2f18f
1 file changed
src/css/custom.css
@@ -2040,3 +2040,16 @@ html[data-theme="dark"] {
2040
scrollbar-width: thin !important;
2041
scrollbar-color: #334155 transparent !important;
2042
}
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
2055
0 commit comments