feat: Add hip02 support
All checks were successful
Build Docker / BuildImage (push) Successful in 1m0s
Check Code Quality / RuffCheck (push) Successful in 1m0s

This commit is contained in:
2025-11-21 00:24:51 +11:00
parent 16d7b9f942
commit 3d5d203831
7 changed files with 723 additions and 22 deletions

View File

@@ -70,6 +70,9 @@ header h1 {
align-items: center;
gap: 0.5rem;
}
header a:hover {
text-decoration: none;
}
.subtitle {
color: var(--text-secondary);