Convert colors to the superiour format (HSL)

Still need to figure out how to make sure it's sompiled to rgb everywhere
This commit is contained in:
David Lapshin
2024-05-13 01:05:49 +03:00
parent d0c0cc8460
commit dad3e18d81
6 changed files with 49 additions and 48 deletions

View File

@ -28,8 +28,8 @@
<style type="text/css">
:root {
--primary-color-alpha: {{ config.extra.primary_color_alpha }};
--primary-color: {{ config.extra.primary_color }};
--primary-color-alpha: {{ config.extra.primary_color_alpha | safe }};
--primary-color: {{ config.extra.primary_color | safe}};
}
</style>