added cute little logo

This commit is contained in:
Karma Riuk
2025-05-07 13:50:38 +02:00
parent a4f305deb9
commit cc920ed8f2
3 changed files with 18 additions and 1 deletions

View File

@ -12,3 +12,16 @@ fieldset {
button {
padding: 0.5em 1em;
}
h1 {
display: flex;
align-items: center;
gap: 0.5rem;
/* space between icon and text */
}
.crab-icon {
width: 40px;
/* adjust size as you like */
height: auto;
}