forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 19:13:12 -06:00
parent 5b3b387c8d
commit 9673e65a2b
1 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
@tailwind utilities;
.theme-midnight {
--color-primary: 2,132,199;
--color-100: 244,244,245;
--color-200: 228,228,231;
--color-300: 212,212,216;
@ -15,6 +16,7 @@
}
.theme-canary {
--color-primary: 2,132,199;
--color-100: 252,231,243;
--color-200: 251,207,232;
--color-300: 249,168,212;
@ -27,6 +29,7 @@
}
.theme-evergreen {
--color-primary: 220, 38, 38;
--color-100: 244,246,244;
--color-200: 229,235,231;
--color-300: 209,219,213;
@ -39,9 +42,9 @@
}
/* ----------------------- VARIABLES --------------------- */
:root {
/*:root {
--color-primary: 220, 38, 38;
}
}*/
/* ---------------- RESPONSIVE UTILITIES ----------------- */
@responsive {