Rework SiteTitle styling

This commit is contained in:
2021-11-30 20:26:40 +01:00
parent f95d793d58
commit a7eb9782f5
3 changed files with 35 additions and 36 deletions

View File

@@ -29,10 +29,14 @@
margin: auto 0;
}
// hover
.site-title:hover {
strong, span {
color: #fff;
.site-title {
line-height: 1;
// Hover
&:hover {
strong, span {
color: #fff;
}
}
}
}