adding missing variable (#10405)
This commit is contained in:
parent
17cd944cab
commit
4fd68efdd0
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue