Fixes dices issues

This commit is contained in:
sladecraven 2022-08-02 23:37:06 +02:00
parent 826677e8ca
commit 38e27061ad

View File

@ -1238,9 +1238,9 @@ ul, li {
color: #CCC color: #CCC
} }
#pause > img { #pause > img {
content: url(../images/ui/crucible_game_logo.png); content: url(../images/ui/crucible_pause_logo.jpg);
height: 160px; height: 160px;
width: 256px; width: 160px;
top: -80px; top: -80px;
left: calc(50% - 132px); left: calc(50% - 132px);
} }