mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 03:37:12 -04:00
Fix figcaption dark style
This commit is contained in:
parent
4d46656112
commit
8c46c2ca07
@ -215,6 +215,11 @@ td[style*="background:#ddddff"], td[style*="background:#efefef"], td[style*="bac
|
|||||||
background-color: #282828 !important;
|
background-color: #282828 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
color: lightgray !important;
|
||||||
|
background-color: #282828 !important;
|
||||||
|
}
|
||||||
|
|
||||||
table.wikitable > tr > th, table.wikitable > * > tr > th, div.barbox > table > tbody > tr > th
|
table.wikitable > tr > th, table.wikitable > * > tr > th, div.barbox > table > tbody > tr > th
|
||||||
{
|
{
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user