Skip to content
Snippets Groups Projects
Commit 06f9f461 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Restore body-heading-color for site title

parent 826bd837
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,15 @@ h1.site-title {
@include mq(md) {
position: relative;
}
a {
color: $body-heading-color;
background: none;
&:hover {
background: none;
}
}
}
button.navigation-list-toggle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment