From 400c1e6648a7f3c7ae0eafcfc3c4e254f213b7ff Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 20 Apr 2026 12:16:55 +0300 Subject: [PATCH] added palette --- sass/style.scss | 4 ++-- templates/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 9b0cd07..78cd095 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -584,8 +584,8 @@ a { width: 80px; height: 80px; border-radius: 50%; - border: 1px solid var(--color-border); - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); + box-shadow: 0 0 0 3px color-mix(in srgb, var(--swatch-color) 40%, white), + 0 2px 8px rgba(0, 0, 0, 0.08); } &__name { diff --git a/templates/index.html b/templates/index.html index 89423f7..ebfeb57 100644 --- a/templates/index.html +++ b/templates/index.html @@ -156,7 +156,7 @@
{% for swatch in config.extra.palette %}
-
+
{{ swatch.name }}
{% endfor %}