diff --git a/views/launcher.ejs b/views/launcher.ejs index 2d8b40e..7e44812 100644 --- a/views/launcher.ejs +++ b/views/launcher.ejs @@ -49,7 +49,7 @@ border: 1px solid #c8960c; border-radius: 8px; padding: 6px 10px; - box-shadow: 0 2px 12px rgba(0,0,0,0.6); + box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6); } #music-mute-btn { background: none; @@ -61,7 +61,9 @@ color: #f0d080; transition: transform 0.15s; } - #music-mute-btn:hover { transform: scale(1.2); } + #music-mute-btn:hover { + transform: scale(1.2); + } #music-volume { -webkit-appearance: none; appearance: none; @@ -461,25 +463,33 @@