sync: update from private repo (10f4905)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-05 06:52:55 +00:00
parent 337c2be3c3
commit afae52873b
12 changed files with 177 additions and 14 deletions
+4
View File
@@ -12,6 +12,10 @@ import typography from '@tailwindcss/typography';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{ts,tsx}'],
// Drive the `dark:` variant off our runtime [data-theme="dark"] attribute
// (set by index.html's pre-paint script + lib/theme.ts), not the OS media
// query — so `dark:prose-invert` follows the in-app theme toggle.
darkMode: ['selector', '[data-theme="dark"]'],
theme: {
extend: {
colors: {