diff --git a/src/pages/about.html b/src/pages/about.html index b8324e0e..c889effe 100644 --- a/src/pages/about.html +++ b/src/pages/about.html @@ -132,9 +132,6 @@ background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important; } - - - /* Dark theme coverage for About page */ .dark-theme { background-color: #0f0f14; color: #e5e7eb; } .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 { color: #ffffff; } @@ -150,7 +147,7 @@ .dark-theme .card-icon { color: #93c5fd; } /* Buttons */ - .btn { background: #2563eb; color: #fff; border-radius: 9999px; padding: 10px 18px; border: none; } + .btn { background: #2563eb; color: #fff; border-radius: 9999px; padding: 10px 18px; border: none; } .btn:hover { background: #1e40af; } .dark-theme .btn { background: #3b82f6; } @@ -683,27 +680,6 @@

Stay in the loop

- - - - -