[4.1.x] Fixed #33727 -- Fixed color contrasts in admin header.

Backport of 78bf1565c3 from main
This commit is contained in:
Mohammed Y. Alnajdi 2022-05-20 12:32:55 +03:00 committed by Mariusz Felisiak
parent 701d78c95c
commit 51de294d77
2 changed files with 5 additions and 3 deletions

View File

@ -946,8 +946,11 @@ a.deletelink:focus, a.deletelink:hover {
#user-tools a:focus, #user-tools a:hover,
#logout-form button:active, #logout-form button:hover {
text-decoration: none;
border-bottom-color: var(--primary);
color: var(--primary);
border-bottom: 0;
}
#logout-form button:active, #logout-form button:hover {
margin-bottom: 1px;
}
/* SIDEBAR */

View File

@ -45,7 +45,6 @@ input[type="submit"], button {
#branding h1 {
margin: 0 0 8px;
font-size: 1.25rem;
line-height: 1.2;
}