From 38e27061ad019349f8f7dcbebd76000fe03d22bb Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 2 Aug 2022 23:37:06 +0200 Subject: [PATCH] Fixes dices issues --- styles/simple.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index b86bfbf..21a1a95 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1238,9 +1238,9 @@ ul, li { color: #CCC } #pause > img { - content: url(../images/ui/crucible_game_logo.png); + content: url(../images/ui/crucible_pause_logo.jpg); height: 160px; - width: 256px; + width: 160px; top: -80px; left: calc(50% - 132px); }