Skip to content

Commit

Permalink
Add dark mode for docutils class
Browse files Browse the repository at this point in the history
  • Loading branch information
snehankekre committed Nov 8, 2021
1 parent ebe4812 commit 22d8e61
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 22d8e61

Please sign in to comment.