aboutsummaryrefslogtreecommitdiff
path: root/ui/src/styles.sass
diff options
context:
space:
mode:
authorasuyou <asuyou@users.noreply.github.com>2021-12-16 21:52:56 +0000
committerasuyou <asuyou@users.noreply.github.com>2021-12-16 21:57:54 +0000
commit225d37f88d3a2f763a46d3035a4491eeb4b56045 (patch)
tree048bbf3e326be0e70058c4533fff0cd1a5a8bc59 /ui/src/styles.sass
parentfix download link (closes #89) (diff)
downloadmetube-225d37f88d3a2f763a46d3035a4491eeb4b56045.tar.gz
metube-225d37f88d3a2f763a46d3035a4491eeb4b56045.tar.bz2
metube-225d37f88d3a2f763a46d3035a4491eeb4b56045.zip
Made theme toggleable
Diffstat (limited to 'ui/src/styles.sass')
-rw-r--r--ui/src/styles.sass4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/src/styles.sass b/ui/src/styles.sass
index c54d06a..5d54ecb 100644
--- a/ui/src/styles.sass
+++ b/ui/src/styles.sass
@@ -1,8 +1,4 @@
/* You can add global styles to this file, and also import other style files */
-@media(prefers-color-scheme: dark)
- html
- filter: invert(1) hue-rotate(180deg)
-
/* Importing Bootstrap SCSS file. */
@import '~bootstrap/scss/bootstrap'
bgstack15