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