From fb8968c141cecbe842d7ef7e6635463d011c8610 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 21 Oct 2025 15:42:59 -0700 Subject: [PATCH] Use canvas BG color --- app/assets/stylesheets/card-columns.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 5cc2ab060..8bfc9bf1c 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -534,8 +534,8 @@ circle at center bottom, transparent, transparent 65%, - white 70%, - white + var(--color-canvas) 70%, + var(--color-canvas) ); block-size: 480px; inline-size: 200%;