feat(layout): implement global layout

This commit is contained in:
Pihkaal
2024-01-11 23:34:19 +01:00
parent 01ed9437fa
commit 9e75d6b8bb
6 changed files with 56 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ const config: Config = {
fontFamily: {
sans: ["var(--font-sans)", ...fontFamily.sans],
},
boxShadow: {
window: "0 0 1px 1px #1a1a1a",
},
},
},
plugins: [],