close brackets

This commit is contained in:
pat-s 2024-12-21 23:52:33 +01:00
parent 62a3f0175c
commit 6bcdef0974
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<template>
<header
class="border-wp-code-100 dark:border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-500 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 }"
>
<Container :full-width="fullWidth" class="!py-0">

View file

@ -195,11 +195,11 @@ export default defineConfig({
},
'wp-code-inline': {
100: 'var(--wp-code-inline-100'
100: 'var(--wp-code-inline-100)'
},
'wp-code-inline-text': {
100: 'var(--wp-code-inline-text-100'
100: 'var(--wp-code-inline-text-100)'
},
'wp-code': {