[6.7] [Regression fix] Add dark theme for doc viewer (#34632)

This commit is contained in:
Caroline Horn 2019-04-05 14:28:03 -04:00 committed by GitHub
parent 0660b0b0c3
commit dc714d2e5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}