Skip to content

Commit

Permalink
fix: dark style issues (#2083)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Fernando Gomez Flores <[email protected]>
  • Loading branch information
fernando182gomez and Jose Fernando Gomez Flores authored Dec 19, 2023
1 parent 7096ea9 commit c1a62e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions libs/components/theme/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,22 @@
text-decoration: none;
}
}

.sbdocs.sbdocs-preview.sb-unstyled {
> div {
&:first-child {
background-color: inherit;
}
}
}

.sbdocs-content {
table {
.docblock-argstable-body {
td {
background-color: inherit;
}
}
}
}
}

0 comments on commit c1a62e7

Please sign in to comment.