Fix ePUB style property

font-size: 700 lol
This commit is contained in:
Tetrakern 2023-01-27 02:22:24 +01:00
parent 5200cc3fb1
commit eb6a662c63
2 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ ol ol {
font-size: 75%;
}
.litrpg-box strong, .litrpg-box b {
font-size: 700;
font-weight: 700;
}
.litrpg-box table {
margin: 0 auto -5px;

View File

@ -566,7 +566,7 @@ ol {
}
strong, b {
font-size: 700;
font-weight: 700;
}
table {