FIX: text title in header should use header primary colour instead of blue
This commit is contained in:
parent
a9daa33953
commit
7dd89be741
|
@ -17,6 +17,9 @@
|
|||
|
||||
.title {
|
||||
float: left;
|
||||
a, a:visited {
|
||||
color: $header_primary;
|
||||
}
|
||||
}
|
||||
|
||||
#site-logo {
|
||||
|
|
Loading…
Reference in New Issue