From ca0b4897cb35a22723e265a875248a5b24324bbe Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 30 Mar 2026 23:55:15 -0700 Subject: [PATCH] style: brighten household settings cards --- .../src/styles/components/manage/ManageHousehold.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/styles/components/manage/ManageHousehold.css b/frontend/src/styles/components/manage/ManageHousehold.css index 321ca6c..701b21f 100644 --- a/frontend/src/styles/components/manage/ManageHousehold.css +++ b/frontend/src/styles/components/manage/ManageHousehold.css @@ -18,7 +18,7 @@ border: 1px solid var(--color-border-light); border-radius: var(--border-radius-lg); background: - linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.72)), + linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.97)), var(--card-bg); box-shadow: var(--shadow-sm); } @@ -130,7 +130,7 @@ padding: 0.95rem 1rem; border: 1px solid var(--color-border-light); border-radius: var(--border-radius-lg); - background: rgba(255, 255, 255, 0.58); + background: rgba(255, 255, 255, 1); } .invite-code-copy { @@ -204,7 +204,7 @@ border: 1px solid var(--border); border-radius: var(--border-radius-md); padding: 0.7rem 0.75rem; - background: rgba(255, 255, 255, 0.82); + background: rgba(255, 255, 255, 1); color: var(--text-primary); } @@ -222,7 +222,7 @@ padding: 0.9rem 1rem; border: 1px solid var(--border); border-radius: var(--border-radius-lg); - background: rgba(255, 255, 255, 0.62); + background: rgba(255, 255, 255, 1); } .invite-link-main { @@ -303,7 +303,7 @@ gap: 0.85rem; align-items: flex-start; padding: 0.95rem 1rem; - background: rgba(255, 255, 255, 0.62); + background: rgba(255, 255, 255, 1); border: 1px solid var(--border); border-radius: var(--border-radius-lg); transition: all 0.2s;