diff --git a/static/css/styles.css b/static/css/styles.css index 7114ff7..133d1f2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -99,6 +99,15 @@ body::after { -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; + transition: border 0.3s ease; +} + +.navbar-inner:hover { + border: 1px solid transparent; + background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), + linear-gradient(90deg, #3b82f6, #8b5cf6); + background-origin: border-box; + background-clip: padding-box, border-box; } .navbar-logo { @@ -899,6 +908,7 @@ hr { .card-sponsors:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(255, 255, 255, 0.05); + border-color: #3b82f6; } .card-content,