added filter css
This commit is contained in:
parent
4905e93266
commit
c0ad25240d
@ -1,3 +1,11 @@
|
||||
.night-theme {
|
||||
filter: grayscale(100%) invert(1);
|
||||
}
|
||||
|
||||
.light-theme {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.theme-switcher {
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user