Skip to content

Commit 9bcaecb

Browse files
author
github-actions
committed
auto: docs: Improve theme color
SourceCommit: emacs-eask/cli@a4aa340
1 parent 2fd6226 commit 9bcaecb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@
3333

3434
:root[color-theme="light"] {
3535
--header-background: #4E666D;
36-
--accent-color-lite: #F1F4F2;
36+
--accent-color-lite: #E3EAE6;
3737
--footer-background: #4E666D;
3838
}
3939
@media (prefers-color-scheme: light) {
4040
:root {
4141
--header-background: #4E666D;
42-
--accent-color-lite: #F1F4F2;
42+
--accent-color-lite: #E3EAE6;
4343
--footer-background: #4E666D;
4444
}
4545
}
4646

4747
:root[color-theme="dark"] {
4848
--header-background: #4E666D;
4949
--body-background: #3F3F3F;
50-
--accent-color-lite: #2E2E2E;
50+
--accent-color-lite: #4F5759;
5151
--footer-background: #3F4B4E;
5252
}
5353
@media (prefers-color-scheme: dark) {
5454
:root {
5555
--header-background: #4E666D;
5656
--body-background: #3F3F3F;
57-
--accent-color-lite: #2E2E2E;
57+
--accent-color-lite: #4F5759;
5858
--footer-background: #3F4B4E;
5959
}
6060
}

fonts/GeekdocIcons.woff

0 Bytes
Binary file not shown.

fonts/GeekdocIcons.woff2

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)