fix : background of market and playlist
release-tag / release-image (push) Successful in 23s

This commit is contained in:
2024-05-24 20:13:16 +02:00
parent 571a35633b
commit 76814efb18
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -132,7 +132,8 @@ function showWinnerScreen() {
border-radius: 10px;
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
margin: 10px;
backdrop-filter: hue-rotate(73deg) blur(10px) contrast(90%) brightness(165%);
backdrop-filter: blur(10px) contrast(90%) brightness(165%);
background: rgba(26, 70, 91, 0.7);
}
</style>
+3 -1
View File
@@ -68,7 +68,9 @@ const buyableFiregem = computed(() => goStore?.current_game?.gem_stack.at(-1))
padding-bottom: 10px;
border-radius: 10px;
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
backdrop-filter: hue-rotate(625deg) blur(5px) brightness(80%);
backdrop-filter: blur(5px) brightness(80%);
background: rgba(155, 62, 62, 0.46);
}
.separator {
+1 -1
View File
@@ -489,7 +489,7 @@ function check_for_guard(player: Player) {
border: 5px solid black;
border-radius: 10px;
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
backdrop-filter: blur(5px) brightness(80%) hue-rotate(0deg) grayscale(80%);
backdrop-filter: blur(5px) brightness(80%) grayscale(80%);
}
#player_stats {