add a simple dark theme with OS theme
This commit is contained in:
commit
d708555ef7
|
|
@ -1,4 +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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue