feat: initial brick templates

This commit is contained in:
efim
2023-11-15 06:55:12 +00:00
parent 83e81ec011
commit 4764300d08
4 changed files with 199 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--change-topic-color: 0deg 100% 50%;
--probing-q-color: 48deg 100% 50%;
--expand-color: 120deg 57% 50%;
--clarifying-q-color: 216deg 99% 55%;
--meta-color: 312deg 100% 50%;
}