Skip to content

Commit

Permalink
Merge pull request #230 from os2ulf/feature/OS2UOL-1078
Browse files Browse the repository at this point in the history
OS2UOL-1078: Removed .header-parent and .section background-color ove…
  • Loading branch information
SorenBonde authored Dec 20, 2024
2 parents 39b0bb1 + 2f75da5 commit c9231a9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions components/blocks/ContentSearchBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ onMounted(() => {
</div>
</template>

<style lang="postcss">
<style lang="postcss" scoped>
.search-block {
&__label {
color: var(--color-tertiary);
Expand Down Expand Up @@ -1151,13 +1151,4 @@ onMounted(() => {
body {
background-color: var(--color-tertiary-lighten-6);
}
/* overwrites */
.header-parent {
background-color: var(--color-tertiary-lighten-6) !important;
}
.section {
background-color: var(--color-tertiary-lighten-6) !important;
}
</style>

0 comments on commit c9231a9

Please sign in to comment.