summaryrefslogtreecommitdiff
path: root/themes/light.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-12 20:09:43 +0300
committerAndrew Dolgov <[email protected]>2019-12-12 20:09:43 +0300
commit0237dee980157554ab2c9a79b6e9d10cec9e2f3a (patch)
tree8b06bde8a95a70b9e61f9d2fb37c117ad089ed63 /themes/light.less
parent9c0235ab66b28f987a53d3858983f81f4d4894a3 (diff)
implement automatic night mode detection using MQL
add separate light.css to force light theme remove manual night mode toggle and related code
Diffstat (limited to 'themes/light.less')
-rw-r--r--themes/light.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light.less b/themes/light.less
new file mode 100644
index 000000000..d35996c5a
--- /dev/null
+++ b/themes/light.less
@@ -0,0 +1 @@
+@import "../css/default.css";