From 1cde634cd26cb408c965ba3d3f28a1c22483f50f Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 20 Sep 2024 17:10:26 -0500 Subject: [PATCH] Try a light background for now --- app/assets/stylesheets/bubbles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bubbles.css b/app/assets/stylesheets/bubbles.css index 6186b19f0..30e4b0a4e 100644 --- a/app/assets/stylesheets/bubbles.css +++ b/app/assets/stylesheets/bubbles.css @@ -366,7 +366,7 @@ } .bubble__svg { - fill: var(--color-bg); + fill: color(from var(--bubble-color) srgb r g b / 0.15); pointer-events: none; position: relative; scale: 1.1;