Fix contrast of global search headings

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 29b1748e2c)
This commit is contained in:
Christopher Ng 2022-11-17 00:42:56 +00:00 committed by Pytal (Rebase PR Action)
parent 978d669b0e
commit 928db64213
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