Better panel background

This commit is contained in:
2024-05-24 19:57:44 +02:00
parent f570b456ca
commit 3f8a580984
4 changed files with 15 additions and 11 deletions
+2 -3
View File
@@ -65,11 +65,10 @@ const buyableFiregem = computed(() => goStore?.current_game?.gem_stack.at(-1))
margin: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
border-radius: 10px;
background: brown;
border: 5px solid darkred;
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
backdrop-filter: hue-rotate(625deg) blur(5px) brightness(80%);
}
.separator {