diff --git a/files/static/src/main.css b/files/static/src/main.css index d9bafd8323..ad705b9536 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -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 {