This commit is contained in:
@@ -132,7 +132,8 @@ function showWinnerScreen() {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
|
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
|
||||||
margin: 10px;
|
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>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,9 @@ const buyableFiregem = computed(() => goStore?.current_game?.gem_stack.at(-1))
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
|
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 {
|
.separator {
|
||||||
|
|||||||
@@ -489,7 +489,7 @@ function check_for_guard(player: Player) {
|
|||||||
border: 5px solid black;
|
border: 5px solid black;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
|
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 {
|
#player_stats {
|
||||||
|
|||||||
Reference in New Issue
Block a user