fast mode and other stuff idk
This commit is contained in:
@ -53,4 +53,8 @@
|
||||
#gamecontainer {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
body[fast] #gamecontainer {
|
||||
background-color: color-mix(in srgb, var(--color-2) 70%, #000000 30%);
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
Reference in New Issue
Block a user