diff options
author | johannst <johannst@users.noreply.github.com> | 2023-08-22 21:38:08 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-08-22 21:38:08 +0000 |
commit | f0cf514eb3ca30c5170e534c3861ad73996c7726 (patch) | |
tree | d5d1eb653716e4c01174f9bd86bf85f47e8ac15b /css/general.css | |
parent | 928b2fa4af916a5f75d1269620914f7bb4225e6e (diff) | |
download | notes-f0cf514eb3ca30c5170e534c3861ad73996c7726.tar.gz notes-f0cf514eb3ca30c5170e534c3861ad73996c7726.zip |
deploy: 9bb639287cae88b32fc1b17b7a4b494340e54434
Diffstat (limited to 'css/general.css')
-rw-r--r-- | css/general.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/general.css b/css/general.css index 344b53e..a6db680 100644 --- a/css/general.css +++ b/css/general.css @@ -5,6 +5,7 @@ :root { /* Browser default font-size is 16px, this way 1 rem = 10px */ font-size: 62.5%; + color-scheme: var(--color-scheme); } html { |