Skip to content

Commit e4f6bfe

Browse files
authored
Merge pull request #35639 from nextcloud/backport/35222/stable25
[stable25] Fix contrast of global search headings
2 parents 978d669 + 928db64 commit e4f6bfe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

core/src/views/UnifiedSearch.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ $input-padding: 6px;
740740
label[for="unified-search__input"] {
741741
align-self: flex-start;
742742
font-weight: bold;
743-
font-size: 18px;
743+
font-size: 19px;
744744
margin-left: 13px;
745745
}
746746
}
@@ -837,10 +837,10 @@ $input-padding: 6px;
837837
display: block;
838838
margin: $margin;
839839
margin-bottom: $margin - 4px;
840-
margin-left: $margin + $input-padding;
840+
margin-left: 13px;
841841
color: var(--color-primary-element);
842-
font-weight: normal;
843-
font-size: 18px;
842+
font-size: 19px;
843+
font-weight: bold;
844844
}
845845
display: flex;
846846
flex-direction: column;

dist/core-unified-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unified-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)