Skip to content

Commit

Permalink
Fix dark mode color for <aside>
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 27, 2024
1 parent f330f26 commit 57c477c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/winter.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/winter.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/styles/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
var(--winter-spacing-s);
--winter-form-aside-font: var(--winter-font-serif);
--winter-form-aside-font-size: var(--winter-font-size-s);
--winter-form-aside-fg: var(--winter-not-quite-black);
--winter-form-aside-fg: currentColor;
--winter-form-aside-bg: var(--color-white);
--winter-form-aside-accent: var(--winter-purple-4);

Expand Down

0 comments on commit 57c477c

Please sign in to comment.