diff --git a/src/pages/about.html b/src/pages/about.html index b8324e0e..b623841f 100644 --- a/src/pages/about.html +++ b/src/pages/about.html @@ -197,7 +197,7 @@ .footer-bottom { margin-top: 32px; border-top: 1px solid #e5e7eb; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; } .dark-theme .footer-bottom { border-color: #263241; } .footer-bottom .mini-links { display: flex; gap: 12px; } - .footer-bottom .mini-links a { color: #475569; font-size: 0.95rem; } + .footer-bottom .mini-links a { color: #475569; font-size: 0.95rem; text-decoration: none; } .footer-bottom .mini-links a:hover { color: #2563eb; } @media (max-width: 992px) { .footer-grid { grid-template-columns: 1fr 1fr; } @@ -626,12 +626,14 @@