mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-03 05:02:23 +00:00
fix Header bg colors
This commit is contained in:
parent
cdbbb8e661
commit
700ba17207
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue