remove old comment

This commit is contained in:
2026-04-13 09:40:24 -04:00
parent 6a985c1a84
commit 5a80d61d9b

View File

@@ -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;