refactoring
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 13s

This commit is contained in:
2026-01-14 14:42:54 -05:00
parent c7c3cce76d
commit dcac2742e9
20 changed files with 366 additions and 800 deletions

View File

@@ -119,31 +119,3 @@
background: var(--sign-in-btn-hover-bg);
color: var(--sign-in-btn-hover-color);
}
/* Floating Action Button (FAB) */
.fab {
position: fixed;
bottom: 2rem;
right: 2rem;
background: var(--fab-bg);
color: #fff;
border: none;
border-radius: 50%;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
font-size: 24px;
z-index: 1300;
}
.fab:hover {
background: var(--fab-hover-bg);
}
.fab:active {
background: var(--fab-active-bg);
}