From 4fd68efdd0d368f3f8057471c73729b4025c2a87 Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Tue, 22 Sep 2020 05:17:13 +0200 Subject: [PATCH] adding missing variable (#10405) --- app/views/shell/_top.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/shell/_top.html.erb b/app/views/shell/_top.html.erb index 23733a678..6642fa8b7 100644 --- a/app/views/shell/_top.html.erb +++ b/app/views/shell/_top.html.erb @@ -64,6 +64,7 @@ --accent-brand: <%= SiteConfig.primary_brand_color_hex %>; --accent-brand-darker: <%= HexComparer.new([SiteConfig.primary_brand_color_hex]).brightness(0.85) %>; --accent-brand-lighter: <%= HexComparer.new([SiteConfig.primary_brand_color_hex]).brightness(1.1) %>; + --accent-brand-a10: <%= HexComparer.new([SiteConfig.primary_brand_color_hex]).opacity(0.1) %>; }