Use header color even with link
parent
b6ebef6cab
commit
76c36b06c0
|
|
@ -137,6 +137,10 @@
|
||||||
color: {{ theme.title_color }};
|
color: {{ theme.title_color }};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface #branding h1 a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.admin-interface #branding h1 .logo.default {
|
.admin-interface #branding h1 .logo.default {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue