aboutsummaryrefslogtreecommitdiff
path: root/ui/src/styles.sass
blob: c54d06a9d542e4648e0908e0e4a9801bc294db03 (plain)
1
2
3
4
5
6
7
8
/* 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'
bgstack15