UX: Fixed figcaption in nightmode (#2383)
This commit is contained in:
parent
6629404ad9
commit
696b90ec32
1 changed files with 1 additions and 0 deletions
|
|
@ -421,6 +421,7 @@ article {
|
|||
font-size: 0.8em;
|
||||
line-height: 1.4em;
|
||||
color: darken($medium-gray, 8%);
|
||||
color: var(--theme-color, darken($medium-gray, 8%));
|
||||
display: block;
|
||||
}
|
||||
p ~ figcaption {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue