fix: Evil CSS hackery

This commit is contained in:
Ginger 2026-03-04 14:43:33 -05:00
parent a109542eb8
commit 957cd3502f
No known key found for this signature in database

View file

@ -6,3 +6,8 @@
color: var(--secondary);
user-select: none;
}
h1 {
display: flex;
align-items: center;
}