diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2021-07-24 10:40:39 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2021-07-24 10:40:39 +0200 |
| commit | ae9cc2ac49b976992f2e924ef8d30bd540ce2ec0 (patch) | |
| tree | 1f379c05670389e8a788c62a9853ade06ed3442b /static/style.css | |
| parent | 513b1f4d83d8267f9b8c7299822c40e9d4d77196 (diff) | |
| download | grimtube-ae9cc2ac49b976992f2e924ef8d30bd540ce2ec0.tar.gz | |
Add support for dlsrv streaming
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 420e9c2..45ca754 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,3 @@ -@import "light.css" screen; +@import "dark.css" screen; -@import "dark.css" screen and (prefers-color-scheme: dark); +/*@import "dark.css" screen and (prefers-color-scheme: dark);*/ |
