Skip to content

Commit

Permalink
style: Updated default styles for light/dark mode (#138)
Browse files Browse the repository at this point in the history
Styles shouldn't be different between the `prefers-color-scheme` and the explicitly declared theme. Made them consistent.
  • Loading branch information
charles-smith authored Feb 4, 2023
1 parent 585138e commit 16177b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@media (prefers-color-scheme: light) {
.@{w-textarea} {
--color-fg-default: #24292f;
--color-canvas-subtle: #161b22;
--color-canvas-subtle: #f6f8fa;
--color-prettylights-syntax-comment: #6e7781;
--color-prettylights-syntax-entity-tag: #116329;
--color-prettylights-syntax-entity: #8250df;
Expand Down

0 comments on commit 16177b6

Please sign in to comment.