Fixed #33727 -- Fixed color contrasts in admin header.

This commit is contained in:
Mohammed Y. Alnajdi 2022-05-20 12:32:55 +03:00 committed by Mariusz Felisiak
parent 1be9585d73
commit 78bf1565c3
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;
}