[Discover][Borealis] Fix DocViewer cell color (#202918)

- Closes https://github.com/elastic/kibana/issues/202043

## Summary

This PR fixes text color in DocViewer in the light Borealis theme.

Before:
<img width="400" alt="390511364-e73c9c18-a40a-4026-8a94-e24212f19ca4"
src="https://github.com/user-attachments/assets/ecb12c37-3dc3-4163-b9d1-beaebf914faa">


After:
<img width="597" alt="Screenshot 2024-12-09 at 16 12 08"
src="https://github.com/user-attachments/assets/ea839509-6732-426f-b048-6e73fc2270a1">


### Testing

* Add the following to your `kibana.dev.yml`
```
uiSettings.experimental.themeSwitcherEnabled: true
uiSettings.overrides.theme:name: borealis
```
* Start Kibana with `KBN_OPTIMIZER_THEMES="experimental" yarn start`
This commit is contained in:
Julia Rechkunova 2024-12-11 17:07:32 +01:00 committed by GitHub
parent fb028b4fba
commit 545ef8ae06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@
word-wrap: break-word;
white-space: pre-wrap;
line-height: $euiLineHeight;
color: $euiColorFullShade;
vertical-align: top;
&--highlighted {