Minor theme updates again

This commit is contained in:
Gregory Schier
2023-03-08 09:43:35 -08:00
parent ede07c3b0e
commit 657c6ad9a9
12 changed files with 70 additions and 60 deletions

View File

@@ -3,7 +3,7 @@ module.exports = {
darkMode: ['class', '[data-appearance="dark"]'],
content: [
"./index.html",
"./src-web/**/*.{js,ts,jsx,tsx}",
"./src-web/**/*.{html,tsx}",
],
theme: {
extend: {},