Eren-Sama commited on
Commit ·
5fb0343
1
Parent(s): 6cdea03
Fix CSS comment syntax (// /* */)
Browse files
frontend/src/app/globals.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
@import "tailwindcss";
|
| 2 |
|
| 3 |
-
/
|
| 4 |
|
| 5 |
@theme {
|
| 6 |
--color-root: #08080a;
|
|
|
|
| 1 |
@import "tailwindcss";
|
| 2 |
|
| 3 |
+
/* Shortlist Design System — Aesthetic: Obsidian Forge — Accent: Acid Chartreuse #c8ff00 — Font: Bricolage Grotesque + JetBrains Mono */
|
| 4 |
|
| 5 |
@theme {
|
| 6 |
--color-root: #08080a;
|