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

@ -6,8 +6,8 @@ min_version = "0.17.2"
demo = "https://daudix.codeberg.page/duckquill"
[extra]
primary_color = "#9a9996"
primary_color_alpha = "rgba(154, 153, 150, 0.2)"
primary_color = "hsl(45 2% 60%)"
primary_color_alpha = "hsl(45 2% 60% / 20%)"
date_format = "%d %B %Y"
issues_url = ""
source_url = ""