Skip to content

Commit af28171

Browse files
authored
reduce specificity of plot styles (#392)
1 parent febe54d commit af28171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,10 +904,10 @@ a[href].observablehq-header-anchor {
904904
border-bottom: solid 1px var(--theme-foreground-fainter) !important;
905905
}
906906

907-
svg.plot-d6a7b5 {
907+
.plot-d6a7b5 {
908908
--plot-background: var(--theme-background);
909909
}
910910

911-
p svg.plot-d6a7b5 {
911+
p .plot-d6a7b5 {
912912
display: inline-block;
913913
}

0 commit comments

Comments
 (0)