| author | Alexander von Gluck <alex@terarocket.io> | 2025-11-21 18:28:50.0 -06:00:00 |
|---|---|---|
| committer | Alexander von Gluck <alex@terarocket.io> | 2025-11-21 18:28:50.0 -06:00:00 |
| commit | 7643d9563fb40d4f6a3868c8420914df16dbb1d0 [patch] |
|
| tree | 4b1d7f464f906944ccddef03300d8b737d03bec8 |
|
| parent | 2582cc1757ece9914719f12a51a8b1678d3453a8 |
|
| download | 7643d9563fb40d4f6a3868c8420914df16dbb1d0.tar.gz |
|
theming/css: Raise dark background color a little.
Diff
statics/sass/style.scss | 4 +++- statics/sass/tables.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/statics/sass/style.scss b/statics/sass/style.scss index eecf6c9..70869df 100644 --- a/statics/sass/style.scss +++ b/statics/sass/style.scss @@ -6,7 +6,7 @@ @media (prefers-color-scheme: dark) { html { background: #000; background: #10161d; color: $darkModeTextColour; } @@ -282,4 +282,4 @@ &:hover { text-decoration: underline; } } } diff --git a/statics/sass/tables.scss b/statics/sass/tables.scss index 8ac23c6..c4b5f58 100644 --- a/statics/sass/tables.scss +++ b/statics/sass/tables.scss @@ -56,7 +56,7 @@ background: #f7f7f7; @media (prefers-color-scheme: dark) { background: #111; background: #222; } }