Skip to content

Commit

Permalink
update table of contents link color
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn committed Aug 14, 2024
1 parent 19581e0 commit 779caf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/theming.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
/* For readability concerns, you should choose a lighter palette in dark mode. */
/* PRIMITES WITH THEME DEFINED BY TOGGLER */
html[data-theme="dark"] {
--table-of-contents-link: #E2E8F0;
--table-of-contents-link: #A0AEC0;
--ifm-blockquote-border-color: transparent;
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
Expand Down Expand Up @@ -380,7 +380,7 @@ html[data-theme="dark"] {
}

:root[data-theme="dark"] {
--table-of-contents-link: #E2E8F0;
--table-of-contents-link: #A0AEC0;
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
Expand Down

0 comments on commit 779caf2

Please sign in to comment.