Refs #32018 -- Used --header-link-color for header links in admin.

This commit is contained in:
Michel Le Bihan 2021-01-11 11:42:59 +01:00 committed by GitHub
parent 02391bc98c
commit cd3019bc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ a img {
}
a.section:link, a.section:visited {
color: var(--body-bg);
color: var(--header-link-color);
text-decoration: none;
}

View File

@ -16,7 +16,7 @@
}
.login #header h1 a {
color: var(--body-bg);
color: var(--header-link-color);
}
.login #content {

View File

@ -28,7 +28,7 @@
.selector-chosen h2 {
background: var(--primary);
color: var(--body-bg);
color: var(--header-link-color);
}
.selector .selector-available h2 {