Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions src/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand All @@ -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; }

Expand Down Expand Up @@ -683,27 +680,6 @@ <h4>Stay in the loop</h4>
</footer>
</div>

<!-- Scroll to Top Button -->
<a href="./about.html" style="
position: fixed;
bottom: 30px;
left: 30px;
background-color: #007BFF;
color: white;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
z-index: 999;
transition: background-color 0.3s;
" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='#007BFF'">
<ion-icon name="chevron-up-outline" style="font-size: 24px;"></ion-icon>
</a>

<!-- Scroll Buttons -->
<button id="scrollTopBtn" style="
position: fixed; bottom: 80px; right: 20px; background: #007bff; color: white;
Expand Down