Skip to content

Commit

Permalink
Merge pull request #200 from ru-fu/fix-link-colour
Browse files Browse the repository at this point in the history
fix colour for links in dark mode
  • Loading branch information
ru-fu authored May 29, 2024
2 parents 9125ec5 + 04f5f8e commit 9017c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .sphinx/_static/furo_colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {
--color-background-secondary: var(--color-background-primary);
--color-background-hover: #666;
--color-brand-primary: #fff;
--color-brand-content: #06C;
--color-brand-content: #69C;
--color-sidebar-link-text: #f7f7f7;
--color-sidebar-item-background--current: #666;
--color-sidebar-item-background--hover: #333;
Expand All @@ -66,7 +66,7 @@ body {
--color-background-secondary: var(--color-background-primary);
--color-background-hover: #666;
--color-brand-primary: #fff;
--color-brand-content: #06C;
--color-brand-content: #69C;
--color-sidebar-link-text: #f7f7f7;
--color-sidebar-item-background--current: #666;
--color-sidebar-item-background--hover: #333;
Expand Down

0 comments on commit 9017c2a

Please sign in to comment.