css: compat for background colors in chapter headers of Feedbooks eBooks (#1163)
This commit is contained in:
@@ -317,8 +317,10 @@ const getLayoutStyles = (
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
||||
.chapterHeader {
|
||||
/* for the Feedbooks eBooks */
|
||||
.chapterHeader, .chapterHeader * {
|
||||
border-color: unset;
|
||||
background-color: ${bg} !important;
|
||||
}
|
||||
`;
|
||||
return layoutStyle;
|
||||
|
||||
Reference in New Issue
Block a user