Fix UI Detail: color of 'by' in author/account name #299 (#303)

* fix UI Detail: color of 'by' in author/account name #299

* Fix color of Title text

* Wrap <code>getThemifyVariable()</code> in <code>@include themify</code>.

* Add missing curly brace
This commit is contained in:
Katy310 2017-02-20 00:03:14 +05:30 committed by Cassie Tarakajian
parent f60f2310dc
commit 1aa928718b

View file

@ -106,6 +106,9 @@
.toolbar__project-owner {
margin-left: #{5 / $base-font-size}rem;
@include themify() {
color: getThemifyVariable('inactive-text-color');
}
}
.toolbar__autorefresh-label {