Merge pull request #35639 from nextcloud/backport/35222/stable25

[stable25] Fix contrast of global search headings
This commit is contained in:
Pytal 2022-12-08 18:08:44 -08:00 committed by GitHub
commit e4f6bfe42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -740,7 +740,7 @@ $input-padding: 6px;
label[for="unified-search__input"] {
align-self: flex-start;
font-weight: bold;
font-size: 18px;
font-size: 19px;
margin-left: 13px;
}
}
@ -837,10 +837,10 @@ $input-padding: 6px;
display: block;
margin: $margin;
margin-bottom: $margin - 4px;
margin-left: $margin + $input-padding;
margin-left: 13px;
color: var(--color-primary-element);
font-weight: normal;
font-size: 18px;
font-size: 19px;
font-weight: bold;
}
display: flex;
flex-direction: column;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long