forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 23:31:50 -06:00
parent 3edbb1610e
commit 93e2ec4144
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
@tailwind components;
@tailwind utilities;
.theme-tron {
--color-primary: 249,115,22;
--color-100: 224,231,255;
--color-200: 199,210,254;
--color-300: 165,180,252;
--color-400: 129,140,248;
--color-500: 99,102,241;
--color-600: 79,70,229;
--color-700: 67,56,202;
--color-800: 55,48,163;
--color-900: 49,46,129;
}
.theme-mocha {
--color-primary: 5,150,105;
--color-100: 246,246,244;