added filter css

This commit is contained in:
Vincent Schaffer 2021-07-17 17:30:03 -04:00
parent 4905e93266
commit c0ad25240d

View File

@ -1,3 +1,11 @@
.night-theme {
filter: grayscale(100%) invert(1);
}
.light-theme {
filter: none;
}
.theme-switcher {
z-index: 1000;
position: absolute;