mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
FIX: text title in header should use header primary colour instead of blue
This commit is contained in:
parent
a9daa33953
commit
7dd89be741
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
|
||||
.title {
|
||||
float: left;
|
||||
a, a:visited {
|
||||
color: $header_primary;
|
||||
}
|
||||
}
|
||||
|
||||
#site-logo {
|
||||
|
|
Loading…
Add table
Reference in a new issue