Fix CSS: Wikipedia contents table bg in light theme, add shadow for bottom bar

This commit is contained in:
Dmitriy Prodchenko 2018-05-10 13:35:54 +03:00
parent 87350a4a3f
commit b0b8bec02f
9 changed files with 7 additions and 4 deletions

View file

@ -362,6 +362,7 @@ a.geo {
text-decoration: none;
display: inline-block;
}
/* Tables */
table {
display: block;
@ -385,10 +386,10 @@ table {
background: var(--divider-color-night) !important;
}
td, tr, th {
border: 1px solid var(--divider-color-day);
color: #cccccc; color: var(--main-text-color-night);
color: #cccccc;
color: var(--main-text-color-night);
background: #eaecf0;
background: var(--divider-color-day);
}
@ -402,12 +403,14 @@ td, tr, th {
.toc, .toc td, .toc tr {
border: 0px solid;
background: #ffffff;
background: var(--background-color-day);
}
.nightmode .toc, .toc td, .toc tr {
.nightmode .toc, .nightmode .toc td, .nightmode .toc tr {
border: 0px solid;
background: var(--background-color-night) !important;
background: #17191a;
background: var(--background-color-night);
}
.thumb-tright, .thumbinner {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,018 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,018 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB