Remove background support experiment

This commit is contained in:
Johannes Zellner
2025-04-07 15:13:09 +02:00
parent 4bf13f3c70
commit d57b39da6e
5 changed files with 0 additions and 98 deletions
-12
View File
@@ -403,18 +403,6 @@ onUnmounted(() => {
background-color: var(--card-background);
}
body.has-background .grid-item {
background-color: rgba(255,255,255,0.3);
filter: drop-shadow(0px 0px 14px white);
}
@media (prefers-color-scheme: dark) {
body.has-background .grid-item {
background-color: rgba(0,0,0,0.3);
filter: drop-shadow(0px 0px 14px black);
}
}
.grid-item:focus,
.grid-item:hover {
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);