Skip to content

Commit

Permalink
fix: make sure brand colors work in dark mode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 13, 2023
1 parent 851fa64 commit 819f69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
--vp-c-brand-1: #c43c75;
--vp-c-brand-2: #912b81;
--vp-c-brand-2: #e34e65;
--vp-c-brand-3: #c43c75;
--vp-c-brand-soft: #fbe9f0;
--vp-c-brand-soft: rgba(196, 60, 117, 0.13);
}

.VPFooter a {
Expand Down

0 comments on commit 819f69f

Please sign in to comment.