Skip to content

Commit f937046

Browse files
authored
increase specificity per #1930
1 parent c66f717 commit f937046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To better support dark mode, we’ve made a breaking change to default styles: t
1111
As since [version 0.6.6](#066), you can override Plot’s styles via the `plot-d6a7b5` class. For example, the following stylesheet applies a dark background and white foreground:
1212

1313
```css
14-
.plot-d6a7b5 {
14+
svg.plot-d6a7b5 {
1515
--plot-background: #333;
1616
background: var(--plot-background);
1717
color: white;

0 commit comments

Comments
 (0)