Add Wikipedia page box

This commit is contained in:
Pieter Vander Vennet 2021-10-02 17:57:54 +02:00
parent df34239256
commit 9df263c362
12 changed files with 3605 additions and 3457 deletions

View file

@ -92,6 +92,7 @@ svg, img {
width: 100%;
height: 100%;
display: unset;
vertical-align: unset;
}
.mapcontrol svg path {
@ -179,6 +180,11 @@ li::marker {
color: var(--subtle-detail-color-contrast);
}
.normal-background {
background: var(--background-color);
color: var(--foreground-color)
}
.subtle-lighter {
color: var(--subtle-detail-color-light-contrast);
}