8000 Infra: Use dark grey instead of dark green for dark theme background … · python/peps@15caa8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 15caa8f

Browse files
hugovkCAM-Gerlach
andauthored
Infra: Use dark grey instead of dark green for dark theme background (#2977)
* Use #121212 for dark theme bgcolor * Use #1111111 for dark theme bgcolor Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 2f277a0 commit 15caa8f

File tree

1 file changed

+1
-1
lines changed
  • pep_sphinx_extensions/pep_theme/static

1 file changed

+1
-1
lines changed

pep_sphinx_extensions/pep_theme/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/* Set master colours */
3434
:root {
35-
--colour-background: var(--light, white) var(--dark, #011);
35+
--colour-background: var(--light, white) var(--dark, #111);
3636
--colour-background-accent-strong: var(--light, #ccc) var(--dark, #444);
3737
--colour-background-accent-medium: var(--light, #ddd) var(--dark, #333);
3838
--colour-background-accent-light: var(--light, #eee) var(--dark, #222);

0 commit comments

Comments
 (0)
0