mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-02-07 07:47:07 +01:00
fix(reader): figcaption font size
This commit is contained in:
parent
a89ccc7fd9
commit
47a911ae0d
@ -312,7 +312,7 @@ figure {
|
||||
text-align: var(--text-align) !important;
|
||||
margin: 0 !important;
|
||||
opacity: 0.8 !important;
|
||||
font-size: 0.8em !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
figure * {
|
||||
@ -323,7 +323,7 @@ figure p,
|
||||
caption,
|
||||
figcaption {
|
||||
opacity: 0.8 !important;
|
||||
font-size: 0.8em !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
Loading…
x
Reference in New Issue
Block a user