feat: add logo instead of text for blog title

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent 43c2e0853b
commit 76b2f3e986
4 changed files with 1149 additions and 1 deletions

View file

@ -27,6 +27,14 @@ nav {
font-weight: 100;
text-transform: uppercase;
@include link(var(--text), var(--text));
picture {
img {
max-height: 5rem;
display: inline;
vertical-align: middle;
}
}
}
.nav-bar {