Skip to content

Commit be4a3eb

Browse files
committed
style: improve light mode
1 parent 597cc7c commit be4a3eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content-script/styles.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
@media screen and (prefers-color-scheme: light) {
1717
@import 'highlight.js/scss/github.scss';
1818
--font-color: #24292f;
19-
--theme-color: #eaecf0;
20-
--question-bg-color: #e2e4e8;
21-
--theme-border-color: #aeafb2;
22-
--dragbar-color: #dfe0e1;
19+
--theme-color: #ffffff;
20+
--question-bg-color: #f7f7f7;
21+
--theme-border-color: #dbdbde;
22+
--dragbar-color: #ccced0;
2323
--color-neutral-muted: rgba(150, 160, 170, 0.3);
24-
--code-background-color: rgb(255, 255, 255);
24+
--code-background-color: #f7f7f7;
2525
}
2626
}
2727

@@ -43,12 +43,12 @@
4343
@import 'github-markdown-css/github-markdown-light.css';
4444

4545
--font-color: #24292f;
46-
--theme-color: #eaecf0;
47-
--question-bg-color: #e2e4e8;
48-
--theme-border-color: #aeafb2;
46+
--theme-color: #ffffff;
47+
--question-bg-color: #f7f7f7;
48+
--theme-border-color: #dbdbde;
4949
--dragbar-color: #ccced0;
5050
--color-neutral-muted: rgba(150, 160, 170, 0.3);
51-
--code-background-color: rgb(255, 255, 255);
51+
--code-background-color: #f7f7f7;
5252
}
5353

5454
.chatgptbox-sidebar-free {

0 commit comments

Comments
 (0)