We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750c01d commit b85f37cCopy full SHA for b85f37c
docs/components/home/Showcase.vue
@@ -1,7 +1,7 @@
1
<script lang="ts" setup></script>
2
3
<template>
4
- <div class="w-full text-white bg-gradient-to-br from-secondary-500 to-secondary-100">
+ <div class="w-full text-white bg-gradient-to-br from-secondary-500 to-secondary-100 dark:(!bg-none)">
5
<div class="max-w-5/6 2xl:max-w-7xl mx-auto py-4 md:py-12 lg:py-12">
6
<div class="flex flex-col items-center justify-center gap-2">
7
<h1>Putting Ideas into Action: The Showcase</h1>
0 commit comments