From 19a46edf9e90f3a9e5d7de7d8e637cdf36ea3deb Mon Sep 17 00:00:00 2001 From: Andrew Bone Date: Tue, 19 Mar 2019 16:00:50 +0000 Subject: [PATCH] add --theme-container-background-hover (#2116) Add --theme-container-background-hover to the theme with #37475c --- app/views/layouts/application.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0ec71d910..876f39422 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -96,6 +96,7 @@ --theme-top-bar-write-background: #00af81;\ --theme-top-bar-write-color: #fff;\ --theme-container-background: #27374c;\ + --theme-container-background-hover: #37475c;\ --theme-container-color: #fff;\ --theme-container-box-shadow: none;\ --theme-container-border: 1px solid #141d26;'