mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
.title {
|
||||||
float: left;
|
float: left;
|
||||||
|
a, a:visited {
|
||||||
|
color: $header_primary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-logo {
|
#site-logo {
|
||||||
|
Loading…
Reference in New Issue
Block a user