diff --git a/static/css/style.css b/static/css/style.css index c5075d6..fa418d2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -192,20 +192,20 @@ body { font-size: 0.75rem !important; } .zoom-btn-mobile { - width: auto; - margin-left: 0; - padding: 4px 0; - background: transparent; - border: none; - color: #58a6ff; + display: block; + width: 100%; + text-align: center; + padding: 8px; + margin-top: 8px; + background: rgba(88, 166, 255, 0.08); + border: 1px solid rgba(88, 166, 255, 0.4); font-size: 0.8rem; - text-align: left; - text-decoration: underline dotted; - opacity: 0.9; + font-weight: 400; } .zoom-btn-mobile:active { - opacity: 0.7; + background: rgba(88, 166, 255, 0.2); + transform: scale(0.98); } }