Skip to content

Commit b85f37c

Browse files
committed
docs: update showcase dark bg
1 parent 750c01d commit b85f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/home/Showcase.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" setup></script>
22

33
<template>
4-
<div class="w-full text-white bg-gradient-to-br from-secondary-500 to-secondary-100">
4+
<div class="w-full text-white bg-gradient-to-br from-secondary-500 to-secondary-100 dark:(!bg-none)">
55
<div class="max-w-5/6 2xl:max-w-7xl mx-auto py-4 md:py-12 lg:py-12">
66
<div class="flex flex-col items-center justify-center gap-2">
77
<h1>Putting Ideas into Action: The Showcase</h1>

0 commit comments

Comments
 (0)