Skip to content

Commit

Permalink
fix link colours in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyriakos Akriotis committed Jul 5, 2024
1 parent d5f9980 commit 3da247a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
}

[data-theme='dark'] {
--ifm-color-primary: #7d94f9;
/* --ifm-color-primary: #7d94f9; */
--ifm-color-primary: #ff2796;
--ifm-color-primary-dark: #5977f7;
--ifm-color-primary-darker: #4768f7;
--ifm-color-primary-darkest: #123cf4;
Expand Down Expand Up @@ -124,7 +125,7 @@ html[data-theme='dark'] .footer__link-item {

html[data-theme='dark'] .footer__link-item:hover {
color: unset;
color: #7d94f9;
color: #ff2796;
text-decoration: none;
}

Expand Down

0 comments on commit 3da247a

Please sign in to comment.