fix sass syntax for dark mode

This commit is contained in:
Alex Shnitman 2021-12-11 16:48:40 +02:00
parent d708555ef7
commit ddf258855d
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
/* You can add global styles to this file, and also import other style files */ /* 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)};}
@media(prefers-color-scheme: dark)
html
filter: invert(1) hue-rotate(180deg)
/* Importing Bootstrap SCSS file. */ /* Importing Bootstrap SCSS file. */
@import '~bootstrap/scss/bootstrap' @import '~bootstrap/scss/bootstrap'