summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-26 05:16:15 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-26 05:16:15 -0700
commit95da529c1ff1d9df619e28c0de2c39f21fa1dffb (patch)
tree5e7832a4845acc7afa4e7442bed465271da9d73b /web
parent8a122428721e53650499b135a480e05f0d686424 (diff)
downloaddartboat-95da529c1ff1d9df619e28c0de2c39f21fa1dffb.tar.gz
dartboat-95da529c1ff1d9df619e28c0de2c39f21fa1dffb.tar.xz
web: set dark colour scheme (mostly for scrollbars)
Diffstat (limited to 'web')
-rw-r--r--web/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/static/style.css b/web/static/style.css
index 952b85c..475f726 100644
--- a/web/static/style.css
+++ b/web/static/style.css
@@ -2,6 +2,7 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap');
body {
+ color-scheme: dark;
color: #eee;
background-color: #111;
font-family: 'Lato', sans-serif;