Skip to content

Commit

Permalink
Fix contrast of global search headings
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Nov 25, 2022
1 parent 28f4105 commit 29b1748
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions core/src/views/UnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions dist/core-unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-unified-search.js.map

Large diffs are not rendered by default.

0 comments on commit 29b1748

Please sign in to comment.