added palette

This commit is contained in:
Ultradesu
2026-04-20 12:16:55 +03:00
parent 0086399788
commit 400c1e6648
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 {