Skip to content

Commit f04bed2

Browse files
committed
Fix TOC menu h3 dark text color
1 parent 23ad89b commit f04bed2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

site/supplemental-ui/css/site-extra.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ html.dark-theme .toc.sidebar a {
7676
}
7777

7878
html.dark-theme .toc .title,
79-
html.dark-theme .toc .title a {
79+
html.dark-theme .toc .title a,
80+
html.dark-theme .toc .toc-menu h3 {
8081
color: #ffffff;
8182
}
8283

0 commit comments

Comments
 (0)