Made theme toggleable

This commit is contained in:
asuyou
2021-12-16 21:52:56 +00:00
parent 4bd54939eb
commit 225d37f88d
3 changed files with 27 additions and 4 deletions

View File

@@ -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'