fix Header bg colors

This commit is contained in:
pat-s 2024-12-21 13:07:17 +01:00
parent cdbbb8e661
commit 700ba17207
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -1,6 +1,6 @@
<template> <template>
<header <header
class="border-wp-background-400 dark:border-wp-background-200 bg-wp-background-200 dark:bg-wp-background-400 border-b-1 text-wp-text-100" class="border-wp-background-400 dark:border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-500 border-b-1 text-wp-text-100"
:class="{ 'md:px-4': fullWidth }" :class="{ 'md:px-4': fullWidth }"
> >
<Container :full-width="fullWidth" class="!py-0"> <Container :full-width="fullWidth" class="!py-0">