better dev runner, bug fixes, design changes, and more

This commit is contained in:
Zoe
2024-09-11 00:57:33 -05:00
parent 70a9bcd904
commit 1fb4c71b2b
14 changed files with 377 additions and 81 deletions

View File

@@ -21,6 +21,7 @@ module.exports = {
foam: "rgb(var(--color-foam))",
love: "rgb(var(--color-love))",
pine: "rgb(var(--color-pine))",
accent: "rgb(var(--color-accent))",
"highlight-low": "rgb(var(--highlight-low))",
"highlight-med": "rgb(var(--highlight-med))",
"highlight-high": "rgb(var(--highlight-high))",
@@ -30,5 +31,8 @@ module.exports = {
},
},
},
future: {
hoverOnlyWhenSupported: true,
},
plugins: [],
};