From e9f3c52bcc2ebea350bd2837c7c710e5af135f29 Mon Sep 17 00:00:00 2001 From: Eoin Thomas O'Hehir Date: Tue, 1 Oct 2024 00:46:56 -0700 Subject: [PATCH] Revert later - swapping highlight color to orange for spooky month --- app/javascript/styles/merveilles.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/merveilles.scss b/app/javascript/styles/merveilles.scss index 17eb76340b..5e13d979fa 100644 --- a/app/javascript/styles/merveilles.scss +++ b/app/javascript/styles/merveilles.scss @@ -20,8 +20,10 @@ --gray-shade-c: #ccc; --gray-shade-e: #eee; --white: #fff; - --cyan: #72dec2; - --cyan-light: #9ffce3; + // --cyan: #72dec2; + // --cyan-light: #9ffce3; + --cyan: #ff8000; + --cyan-light: #ffa333; } html {