1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

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);
}