adding missing variable (#10405)

This commit is contained in:
ludwiczakpawel 2020-09-22 05:17:13 +02:00 committed by GitHub
parent 17cd944cab
commit 4fd68efdd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) %>;
}
</style>
</div>