Small css tweak

This commit is contained in:
Jon Staab
2026-04-06 09:21:59 -07:00
parent 70e5172f1b
commit 0547e9513f
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ config({path: ".env"})
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
darkMode: ["selector", '[data-theme="dark"]'],
safelist: ["bg-success", "bg-warning", 'w-4 h-4'],
safelist: ["bg-success", "bg-warning", "w-4 h-4"],
theme: {
extend: {},
zIndex: {
@@ -21,7 +21,7 @@ export default {
nav: 5,
popover: 6,
modal: 7,
"modal-feature": 8,
tooltip: 8,
toast: 9,
},
},