From 225d37f88d3a2f763a46d3035a4491eeb4b56045 Mon Sep 17 00:00:00 2001 From: asuyou Date: Thu, 16 Dec 2021 21:52:56 +0000 Subject: Made theme toggleable --- ui/src/styles.sass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/src/styles.sass') 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' -- cgit