Use header color even with link

pull/147/head
Micah Walter 2022-01-05 12:25:52 -05:00 committed by GitHub
parent b6ebef6cab
commit 76c36b06c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,10 @@
color: {{ theme.title_color }};
}
.admin-interface #branding h1 a {
color: inherit;
}
.admin-interface #branding h1 .logo.default {
background-color: transparent;
background-repeat: no-repeat;