Skip to content

Commit

Permalink
Merge pull request streamlit#157 from streamlit/docstring-dark
Browse files Browse the repository at this point in the history
Add dark mode for docutils class
  • Loading branch information
snehankekre authored Nov 8, 2021
2 parents ebe4812 + 22d8e61 commit 9185a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/global/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ body[data-theme="dark-mode"] {
.code-desc {
color: $white;
}
.docutils {
color: $white;
}
.code-header .title-with-select .version-select {
select {
color: $white;
Expand Down

0 comments on commit 9185a25

Please sign in to comment.