From 5a80d61d9b08583e1fbefb4dc4eaaa423add7bb7 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Mon, 13 Apr 2026 09:40:24 -0400 Subject: [PATCH] remove old comment --- static/card.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/static/card.css b/static/card.css index f485210..bbcbf9d 100644 --- a/static/card.css +++ b/static/card.css @@ -1,10 +1,5 @@ .card { - background: rgba( - 255, - 255, - 255, - 1 - ); /* Semi-transparent white for light theme */ + background: rgba(255, 255, 255, 1); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 2.5rem;