Skip to content

Commit 9490260

Browse files
Merge pull request #8 from OpenFreeEnergy/improve_contrast
switch from light grey to dark navy background for improved contrast
2 parents d721598 + 1aef991 commit 9490260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ofe_sphinx_theme/theme/ofe_sphinx_theme/sass/_colors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ html{
6969
--pst-color-shadow: #212121;
7070
--pst-color-border: silver;
7171
--pst-color-inline-code: var(--ofe-color-SergiosCousin);
72-
--pst-color-target: var(--pst-color-info-highlight);;
73-
--pst-color-background: var(--ofe-color-BeastlyLightGrey);
72+
--pst-color-target: var(--pst-color-info-highlight);
73+
--pst-color-background: #1d222d;
7474
--pst-color-on-background: #1e1e1e;
7575
--pst-color-surface: #666666;
7676
--pst-color-on-surface: #373737;

0 commit comments

Comments
 (0)