mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 17:08:50 +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>
|
<template>
|
||||||
<header
|
<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 }"
|
:class="{ 'md:px-4': fullWidth }"
|
||||||
>
|
>
|
||||||
<Container :full-width="fullWidth" class="!py-0">
|
<Container :full-width="fullWidth" class="!py-0">
|
||||||
|
|
|
@ -195,11 +195,11 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
|
|
||||||
'wp-code-inline': {
|
'wp-code-inline': {
|
||||||
100: 'var(--wp-code-inline-100'
|
100: 'var(--wp-code-inline-100)'
|
||||||
},
|
},
|
||||||
|
|
||||||
'wp-code-inline-text': {
|
'wp-code-inline-text': {
|
||||||
100: 'var(--wp-code-inline-text-100'
|
100: 'var(--wp-code-inline-text-100)'
|
||||||
},
|
},
|
||||||
|
|
||||||
'wp-code': {
|
'wp-code': {
|
||||||
|
|
Loading…
Reference in a new issue