Revert "Convert colors to the superiour format (HSL)"
This reverts commit dad3e18d81
.
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
|
||||
<style type="text/css">
|
||||
:root {
|
||||
--primary-color-alpha: {{ config.extra.primary_color_alpha | safe }};
|
||||
--primary-color: {{ config.extra.primary_color | safe}};
|
||||
--primary-color-alpha: {{ config.extra.primary_color_alpha }};
|
||||
--primary-color: {{ config.extra.primary_color }};
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Reference in New Issue
Block a user