diff --git a/index.html b/index.html index 045316a..61e893c 100644 --- a/index.html +++ b/index.html @@ -480,6 +480,29 @@ } .control-group input[type="number"] { -moz-appearance: textfield; } .control-group input::-webkit-inner-spin-button, .control-group input::-webkit-outer-spin-button { -webkit-appearance: none; } + + /* Hero quick links */ + .hero-quick-links { + text-align: center; + margin-top: 6px; + margin-bottom: 22px; + } + .hero-login-link { + display: inline-block; + font-size: 0.82rem; + color: var(--text-secondary); + text-decoration: none; + padding: 6px 18px; + border: 1px solid var(--border); + border-radius: 20px; + transition: all 0.2s; + } + .hero-login-link:hover { + border-color: var(--accent); + color: var(--accent); + background: rgba(108,92,231,0.08); + } + .checkbox-group { display: flex; align-items: center; @@ -1045,6 +1068,9 @@ 📊 Explore the Calculator +