From 26796bf816b56c9bd32ea9e1079d41fb1b3f2e51 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 18 Dec 2021 19:13:37 -0600 Subject: [PATCH] primary color --- files/static/dist/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 09b1911ced..0eccca15d2 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -2164,6 +2164,7 @@ video { } .theme-midnight { + --color-primary: 2,132,199; --color-100: 244,244,245; --color-200: 228,228,231; --color-300: 212,212,216; @@ -2176,6 +2177,7 @@ video { } .theme-canary { + --color-primary: 2,132,199; --color-100: 252,231,243; --color-200: 251,207,232; --color-300: 249,168,212; @@ -2188,6 +2190,7 @@ video { } .theme-evergreen { + --color-primary: 220, 38, 38; --color-100: 244,246,244; --color-200: 229,235,231; --color-300: 209,219,213; @@ -2200,9 +2203,9 @@ video { } /* ----------------------- VARIABLES --------------------- */ -:root { +/*:root { --color-primary: 220, 38, 38; -} +}*/ /* ---------------- RESPONSIVE UTILITIES ----------------- */