* 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:
parent
f60f2310dc
commit
1aa928718b
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@
|
||||||
|
|
||||||
.toolbar__project-owner {
|
.toolbar__project-owner {
|
||||||
margin-left: #{5 / $base-font-size}rem;
|
margin-left: #{5 / $base-font-size}rem;
|
||||||
|
@include themify() {
|
||||||
|
color: getThemifyVariable('inactive-text-color');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar__autorefresh-label {
|
.toolbar__autorefresh-label {
|
||||||
|
|
Loading…
Reference in a new issue