style: brighten household settings cards

This commit is contained in:
Nico 2026-03-30 23:55:15 -07:00
parent 043460ac21
commit ca0b4897cb

View File

@ -18,7 +18,7 @@
border: 1px solid var(--color-border-light); border: 1px solid var(--color-border-light);
border-radius: var(--border-radius-lg); border-radius: var(--border-radius-lg);
background: 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); var(--card-bg);
box-shadow: var(--shadow-sm); box-shadow: var(--shadow-sm);
} }
@ -130,7 +130,7 @@
padding: 0.95rem 1rem; padding: 0.95rem 1rem;
border: 1px solid var(--color-border-light); border: 1px solid var(--color-border-light);
border-radius: var(--border-radius-lg); border-radius: var(--border-radius-lg);
background: rgba(255, 255, 255, 0.58); background: rgba(255, 255, 255, 1);
} }
.invite-code-copy { .invite-code-copy {
@ -204,7 +204,7 @@
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: var(--border-radius-md); border-radius: var(--border-radius-md);
padding: 0.7rem 0.75rem; padding: 0.7rem 0.75rem;
background: rgba(255, 255, 255, 0.82); background: rgba(255, 255, 255, 1);
color: var(--text-primary); color: var(--text-primary);
} }
@ -222,7 +222,7 @@
padding: 0.9rem 1rem; padding: 0.9rem 1rem;
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: var(--border-radius-lg); border-radius: var(--border-radius-lg);
background: rgba(255, 255, 255, 0.62); background: rgba(255, 255, 255, 1);
} }
.invite-link-main { .invite-link-main {
@ -303,7 +303,7 @@
gap: 0.85rem; gap: 0.85rem;
align-items: flex-start; align-items: flex-start;
padding: 0.95rem 1rem; padding: 0.95rem 1rem;
background: rgba(255, 255, 255, 0.62); background: rgba(255, 255, 255, 1);
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: var(--border-radius-lg); border-radius: var(--border-radius-lg);
transition: all 0.2s; transition: all 0.2s;