From 0ab6f97e815c9773b3431225cb45abb8235da5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sat, 23 Dec 2023 12:56:45 +0100 Subject: [PATCH] Adjusted background gradient opacity --- 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 c9408dd..28fe012 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.1), #fff); + --gradient-bg: linear-gradient(90deg, #fff, rgba(246, 221, 230, 0.2), #fff); --color-fg: #2a2d37; --color-fg-muted: #888494; --color-secondary-bg: #f2e4ea; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 96dd16b..45f2aeb 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.1), #fff); + --gradient-bg: linear-gradient(90deg, #fff, rgba(225, 221, 246, 0.2), #fff); --color-fg: #2a2d37; --color-fg-muted: #888494; --color-secondary-bg: #e8e4f2; diff --git a/TangerineUI.css b/TangerineUI.css index 34488c9..14cc594 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.1), #fff); + --gradient-bg: linear-gradient(90deg, #fff, rgba(246, 229, 221, 0.2), #fff); --color-fg: #2a2d37; --color-fg-muted: #948c84; --color-secondary-bg: #f2eae4;