sprucing the app up a little

This commit is contained in:
Chris Kruining 2024-11-21 17:01:44 +01:00
parent 57ab2d9324
commit 13e5727497
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
20 changed files with 537 additions and 111 deletions

View file

@ -19,4 +19,10 @@
&:has(:focus-visible) {
border-color: var(--info);
}
}
.hue {
display: flex;
flex-flow: row;
align-items: center;
}