forked from akai/readest
fix: override font color from calibre (#422)
This commit is contained in:
@@ -201,6 +201,10 @@ const getLayoutStyles = (
|
||||
.duokan-footnote-item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.calibre {
|
||||
color: unset;
|
||||
}
|
||||
`;
|
||||
|
||||
export const getFootnoteStyles = () => `
|
||||
|
||||
Reference in New Issue
Block a user