mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-03 05:02:23 +00:00
close brackets
This commit is contained in:
parent
62a3f0175c
commit
6bcdef0974
2 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue