FIX: text title in header should use header primary colour instead of blue

This commit is contained in:
Neil Lalonde 2016-03-21 14:32:00 -04:00
parent a9daa33953
commit 7dd89be741

View File

@ -17,6 +17,9 @@
.title { .title {
float: left; float: left;
a, a:visited {
color: $header_primary;
}
} }
#site-logo { #site-logo {