Skip to content

Commit 16177b6

Browse files
style: Updated default styles for light/dark mode (#138)
Styles shouldn't be different between the `prefers-color-scheme` and the explicitly declared theme. Made them consistent.
1 parent 585138e commit 16177b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@media (prefers-color-scheme: light) {
1919
.@{w-textarea} {
2020
--color-fg-default: #24292f;
21-
--color-canvas-subtle: #161b22;
21+
--color-canvas-subtle: #f6f8fa;
2222
--color-prettylights-syntax-comment: #6e7781;
2323
--color-prettylights-syntax-entity-tag: #116329;
2424
--color-prettylights-syntax-entity: #8250df;

0 commit comments

Comments
 (0)