From 377302a3ed1f3f14ef6d6c4332af9146eb3be5ff Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 15 Dec 2023 15:59:42 -0800 Subject: [PATCH] reduce specificity of plot styles --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index dc3b54df7..7f655cc7d 100644 --- a/public/style.css +++ b/public/style.css @@ -904,10 +904,10 @@ a[href].observablehq-header-anchor { border-bottom: solid 1px var(--theme-foreground-fainter) !important; } -svg.plot-d6a7b5 { +.plot-d6a7b5 { --plot-background: var(--theme-background); } -p svg.plot-d6a7b5 { +p .plot-d6a7b5 { display: inline-block; }