stuff idk

This commit is contained in:
sky
2025-08-26 23:27:41 -04:00
parent c28d24ba9b
commit 9270c8183e
9 changed files with 45 additions and 4 deletions

View File

@ -168,4 +168,9 @@ input[type=text]::placeholder, input[type=password]::placeholder {
}
input[type=checkbox] {
margin: 4px;
}
@-moz-document url-prefix() {
#popup {
backdrop-filter: blur(0);
}
}