mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 04:02:05 +00:00
doc: code-block text not readable
The .. code-block:: console directive (used for white text on a black background) didn't handle some CSS cases properly resulting in unreadable grey text on a black background. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
23cf8079e7
commit
d08256dfa9
2
doc/static/acrn-custom.css
vendored
2
doc/static/acrn-custom.css
vendored
@ -19,7 +19,7 @@
|
||||
.highlight-console .highlight {
|
||||
background-color: black;
|
||||
}
|
||||
.highlight-console .highlight .go, .highlight-console .highlight .gp {
|
||||
.highlight-console .highlight pre, .highlight-console .highlight .go, .highlight-console .highlight .gp {
|
||||
color: white;
|
||||
}
|
||||
.highlight-console .highlight .hll {
|
||||
|
Loading…
Reference in New Issue
Block a user