make title and logo link to home

This commit is contained in:
Gabriele Musco 2022-03-10 10:24:10 +01:00
parent de07aa3aed
commit 92861a3b56
No known key found for this signature in database
GPG key ID: 0587A5D65B5DC99E
2 changed files with 12 additions and 2 deletions

View file

@ -165,6 +165,12 @@ a {
@include linkLike;
}
a.unstyledLink {
border: none;
text-decoration: none;
color: var(--default_fg);
}
@mixin limitWidth {
max-width: $content_width;
margin-left: auto;