mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[6.7] [Regression fix] Add dark theme for doc viewer (#34632)
This commit is contained in:
parent
0660b0b0c3
commit
dc714d2e5f
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue