Merge pull request #87 from PikuZheng/patch-1 (closes #81)

add a simple dark theme with OS theme
This commit is contained in:
Alex 2021-12-11 11:33:40 +02:00 committed by GitHub
commit d708555ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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