Skip to content

Commit

Permalink
fix: update header and footer styling for ecosystem default theme MP-…
Browse files Browse the repository at this point in the history
…1103
  • Loading branch information
emuvente committed Nov 25, 2024
1 parent bbe576e commit 3a32e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/WwwFrame/TheFooter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<footer
class="tw-p-2 md:tw-p-3
lg:tw-px-2 lg:tw-py-3 tw-bg-secondary tw-text-primary
lg:tw-px-2 lg:tw-py-3 tw-bg-primary tw-text-primary
print:tw-p-0 print:tw-font-book print:tw-min-h-[auto]"
>
<kv-page-container>
Expand Down
3 changes: 2 additions & 1 deletion src/components/WwwFrame/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,8 @@ export default {
<style lang="postcss" scoped>
.header__button {
@apply tw-items-center tw-flex-shrink-0;
@apply tw-font-medium tw-text-primary hover:tw-text-action-highlight hover:tw-no-underline focus:tw-no-underline;
@apply tw-font-medium tw-text-primary hover:tw-text-action-highlight;
@apply tw-no-underline hover:tw-no-underline focus:tw-no-underline;
@apply tw-h-8 md:tw-h-9 tw-whitespace-nowrap tw-flex-shrink-0;
}
Expand Down

0 comments on commit 3a32e61

Please sign in to comment.