Rework SiteTitle styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user