diff --git a/css/common.css b/css/common.css index 630158e..54677cd 100644 --- a/css/common.css +++ b/css/common.css @@ -120,22 +120,20 @@ header:hover { display: inline-flex; align-items: center; justify-content: center; - padding: 8px 24px; + padding: 8px 22px; border-radius: 999px; - background: linear-gradient(135deg, #165DFF, #3B82F6); + background: rgba(255, 255, 255, 0.12); color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; - box-shadow: 0 2px 8px rgba(22, 93, 255, 0.3); + border: 1px solid rgba(255, 255, 255, 0.15); letter-spacing: 1px; } .console-btn:hover { - background: linear-gradient(135deg, #0D47D9, #2563EB); - box-shadow: 0 4px 16px rgba(22, 93, 255, 0.45); - transform: translateY(-1px); + background: rgba(255, 255, 255, 0.22); color: #fff; text-decoration: none; }