Fixed #33667 -- Used --header-branding-color for branding headers in admin.

This commit is contained in:
Hrushikesh Vaidya 2022-05-03 11:59:51 +05:30 committed by GitHub
parent 271a8e73ee
commit f74d4cae6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -895,10 +895,10 @@ a.deletelink:focus, a.deletelink:hover {
margin: 0 20px 0 0;
font-weight: 300;
font-size: 1.5rem;
color: var(--accent);
color: var(--header-branding-color);
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
#branding h1 a:link, #branding h1 a:visited {
color: var(--accent);
}