subtler background glow

This commit is contained in:
Niléane 2023-12-21 15:22:11 +01:00
commit 7e13ca0685
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
/* 🎨 Colors */
:root {
--color-bg: #ffffff;
--gradient-bg: linear-gradient(90deg, #fff, rgba(246, 221, 230, 0.3), #fff);
--gradient-bg: linear-gradient(90deg, #fff, rgba(246, 221, 230, 0.1), #fff);
--color-fg: #2a2d37;
--color-fg-muted: #888494;
--color-secondary-bg: #f2e4ea;