fast mode and other stuff idk

This commit is contained in:
sky
2025-09-07 16:30:15 -04:00
parent aa700bfb2e
commit 9395403389
15 changed files with 104 additions and 201 deletions

View File

@ -40,4 +40,8 @@
.bookmarkletdiv {
backdrop-filter: blur(0);
}
}
body[fast] .bookmarkletdiv {
background-color: color-mix(in srgb, var(--color-2) 70%, #000000 30%);
backdrop-filter: blur(0);
}