12 lines
263 B
CSS
12 lines
263 B
CSS
@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%;
|
|
}
|