Prototype commit

This commit is contained in:
Xevion
2023-01-14 13:58:36 -06:00
parent a8373d27cd
commit 496a25cf59
12 changed files with 1291 additions and 9 deletions

View File

@@ -2,4 +2,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
[title]:not(.no-title) {
border-bottom: 1px dashed silver;
}