add favicon and logo component

This commit is contained in:
elisejakob
2024-05-09 02:34:03 +02:00
parent cde39da1fd
commit 8245da4553
4 changed files with 69 additions and 1 deletions

View File

@ -0,0 +1,8 @@
.logo {
color: currentColor;
width: 24rem;
svg {
width: 100%;
}
}