[4.1.x] Fixed #33727 -- Fixed color contrasts in admin header.
Backport of 78bf1565c3
from main
This commit is contained in:
parent
701d78c95c
commit
51de294d77
|
@ -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 */
|
||||
|
|
|
@ -45,7 +45,6 @@ input[type="submit"], button {
|
|||
|
||||
#branding h1 {
|
||||
margin: 0 0 8px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue