Revert "Convert colors to the superiour format (HSL)"

This reverts commit dad3e18d81.
This commit is contained in:
David Lapshin
2024-05-13 03:22:52 +03:00
parent dad3e18d81
commit 5b6ea6904c
6 changed files with 48 additions and 49 deletions

View File

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