From 7e13ca06859d124baf8650114d6cac3d49b68d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 21 Dec 2023 15:22:11 +0100 Subject: [PATCH] subtler background glow --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 35eec78..39d84ec 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 2444e4f..5c543f5 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -15,7 +15,7 @@ /* 🎨 Colors */ :root { --color-bg: #ffffff; - --gradient-bg: linear-gradient(90deg, #fff, rgba(225, 221, 246, 0.3), #fff); + --gradient-bg: linear-gradient(90deg, #fff, rgba(225, 221, 246, 0.1), #fff); --color-fg: #2a2d37; --color-fg-muted: #888494; --color-secondary-bg: #e8e4f2; diff --git a/TangerineUI.css b/TangerineUI.css index 3f41fed..82ad168 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -15,7 +15,7 @@ /* 🎨 Colors */ :root { --color-bg: #ffffff; - --gradient-bg: linear-gradient(90deg, #fff, rgba(246, 229, 221, 0.3), #fff); + --gradient-bg: linear-gradient(90deg, #fff, rgba(246, 229, 221, 0.1), #fff); --color-fg: #2a2d37; --color-fg-muted: #948c84; --color-secondary-bg: #f2eae4;