Finalized HTML content, now to work on scripting it

This commit is contained in:
2025-10-21 12:34:48 -04:00
parent 9c0be2a3fe
commit c44f69d815
2 changed files with 51 additions and 2 deletions

View File

@ -282,4 +282,11 @@ button {
transition: all var(--duration-normal) var(--ease-standard);
margin: var(--spacing-small);
font-family: var(--font-family-base);
}
button:hover {
background-color: var(--background-dark);
border-color: var(--accent-blue);
transform: translateY(-2px);
box-shadow: var(--shadow);
}