From 1e4d7a5d2ccbf0281dd1aca84fb1b38d0a8fb83a Mon Sep 17 00:00:00 2001 From: Pedro Henrique Windisch Date: Sat, 4 Apr 2020 13:04:44 -0300 Subject: [PATCH] [deploy] Fix sidebar colors on dark themes (#7084) --- app/assets/stylesheets/themes/hacker.scss | 1 + app/assets/stylesheets/themes/night.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/themes/hacker.scss b/app/assets/stylesheets/themes/hacker.scss index 9f27ae885..898ed401a 100644 --- a/app/assets/stylesheets/themes/hacker.scss +++ b/app/assets/stylesheets/themes/hacker.scss @@ -6,6 +6,7 @@ --theme-container-box-shadow: none; --theme-container-border: 1px solid #22303f; --theme-social-icon-invert: invert(100%); + --theme-color: #ffffff; // Base --base-100: #ffffff; diff --git a/app/assets/stylesheets/themes/night.scss b/app/assets/stylesheets/themes/night.scss index d21c90128..1f9c0e872 100644 --- a/app/assets/stylesheets/themes/night.scss +++ b/app/assets/stylesheets/themes/night.scss @@ -6,6 +6,7 @@ --theme-container-box-shadow: none; --theme-container-border: 1px solid #22303f; --theme-social-icon-invert: invert(100%); + --theme-color: #ffffff; // Base --base-100: #f9fafa;