mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
N°3800 - Fix text color in code blocks for the activity entries (also update comment to explain both cases)
This commit is contained in:
@@ -160,13 +160,10 @@ body.ibo-has-fullscreen-descendant {
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
& > code {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
/* hljs is the CSS class for Highlight.js block codes */
|
||||
/* Preserve original text color in code blocks, except for the Highlight.js blocks which have their own colors */
|
||||
& > code,
|
||||
:not(pre.hljs) code {
|
||||
color: initial;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user