Skip to content

Commit

Permalink
[6.7] [Regression fix] Add dark theme for doc viewer (#34632)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Apr 5, 2019
1 parent 0660b0b commit dc714d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ui/public/doc_viewer/_doc_viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@
.kbnDocViewer__field {
white-space: nowrap;
}

.theme-dark {
@import '@elastic/eui/src/themes/k6/k6_colors_dark';

.kbnDocViewer__content {
background-color: $euiColorEmptyShade;
}
}

0 comments on commit dc714d2

Please sign in to comment.