make title and logo link to home
This commit is contained in:
parent
de07aa3aed
commit
92861a3b56
2 changed files with 12 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue