mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 23:58:44 +00:00
adjust main bg color
This commit is contained in:
parent
56c1ff7740
commit
3822800fd5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="flex flex-col bg-wp-background-300 dark:bg-wp-background-200 m-auto w-full h-full app">
|
||||
<div class="flex flex-col bg-wp-background-300 dark:bg-wp-background-300 m-auto w-full h-full app">
|
||||
<router-view v-if="blank" />
|
||||
<template v-else>
|
||||
<Navbar />
|
||||
|
|
Loading…
Reference in a new issue