From 0ec0e71d384d52361d8dba7041774d94990a0bc4 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sat, 21 Feb 2026 02:18:35 -0500 Subject: [PATCH] Remove background, border, border-radius, and box-shadow from card styles for a cleaner design --- theme/assets/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index ea82c15..056e4b1 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -2609,10 +2609,10 @@ p:last-child { margin-bottom: 0; } max-width: 900px; margin: 0 auto; padding: 1.5rem; - background: var(--card-bg, rgba(255,255,255,.04)); - border: 1px solid var(--color-border, #333); - border-radius: var(--radius-lg, 20px); - box-shadow: var(--shadow-md, 0 4px 24px rgba(0,0,0,.12)); + background: none; + border: none; + border-radius: 0; + box-shadow: none; } .dashboard-chart { width: 100%;