You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a Markdown table for the doc Module the text is too dark when viewed in light mode.
| Prefix | Symbol |
|---------|--------|
| Yotta | Y |
To Reproduce
Provide a link to a live example, or an unambiguous set of steps to reproduce this issue. Include configuration, logs, etc. to reproduce, if relevant.
Create a Markdown table in doc/
Open the Markdown document with the doc Module
Switch to light mode
Expected behavior
Text color should probably be on the bright side of life OR
the table background should be light instead of dark (probably better since it fits nicer into the light page)
Screenshots
Dark mode:
Light mode:
Icinga Web 2 version and modules (System - About): v2.12.2
Browser: Firefox 134
The text was updated successfully, but these errors were encountered:
- Replaced the gradient mixin with a simple color
for odd rows. This fixes and markdown table rows
in light mode and - since there are very gradients
in general - it makes the overall look more uniform.
See Icinga#5320
- Replaced the gradient mixin with a simple color
for odd rows. This fixes and markdown table rows
in light mode and - since there are very gradients
in general - it makes the overall look more uniform.
See #5320
- Replaced the gradient mixin with a simple color
for odd rows. This fixes and markdown table rows
in light mode and - since there are very gradients
in general - it makes the overall look more uniform.
See #5320
(cherry picked from commit 6c84530)
Describe the bug
When you create a Markdown table for the doc Module the text is too dark when viewed in light mode.
To Reproduce
Provide a link to a live example, or an unambiguous set of steps to reproduce this issue. Include configuration, logs, etc. to reproduce, if relevant.
doc/
Expected behavior
Text color should probably be on the bright side of life OR
the table background should be light instead of dark (probably better since it fits nicer into the light page)
Screenshots
Dark mode:
Light mode:
The text was updated successfully, but these errors were encountered: