diff --git a/game/Custom.css b/game/Custom.css index 1a950a6..4bef8e7 100644 --- a/game/Custom.css +++ b/game/Custom.css @@ -452,4 +452,13 @@ td { color: #000; font-size: 18px; line-height: 30px; -} \ No newline at end of file +} + +#imgSF { + z-index: 9999 !important; +} + +#sSunNum { + top: 50% !important; + transform: translateY(-50%) !important; +}