mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix: tailwind config dark mode detection
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
darkMode: 'media',
|
||||
darkMode: [ 'selector' , '[data-theme="dark"]'],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
|
||||
Reference in New Issue
Block a user