Skip to content

Commit

Permalink
Make style overrides more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Dec 17, 2024
1 parent 845c3e4 commit 0cf2beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/src/styles/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.sbdocs-content.sbdocs-content > div:not(.sb-unstyled) > :is(ol, ul) li,
.sbdocs-content.sbdocs-content > table:not(.sb-unstyled) :is(td, th),
.sbdocs-content.sbdocs-content > div:not(.sb-unstyled) > table:not(.sb-unstyled) :is(td, th),
.sbdocs-content.sbdocs-content > div:not(.sb-unstyled) figcaption {
.sbdocs-content.sbdocs-content > div:not(.sb-unstyled) > figure > figcaption {
color: #000;
font-family: "Amsterdam Sans", "Arial", sans-serif;
}
Expand Down Expand Up @@ -110,7 +110,7 @@
font-size: 1rem;
}

.sbdocs-content.sbdocs-content > div:not(.sb-unstyled) figcaption {
.sbdocs-content.sbdocs-content > div:not(.sb-unstyled) > figure > figcaption {
font-size: 0.875rem;
}

Expand Down

0 comments on commit 0cf2beb

Please sign in to comment.