Small fixes to the Slideshow

This commit is contained in:
Pieter Vander Vennet 2021-06-17 13:17:16 +02:00
parent d443c7ecb0
commit 7b52dee320
6 changed files with 36 additions and 22 deletions

View file

@ -89,7 +89,6 @@ svg, img {
display: unset;
}
a {
color: var(--foreground-color);
}
@ -358,3 +357,9 @@ li::marker {
height: 1em;
max-width: 1em;
}
.slideshow-item img{
height: 100%;
width: unset;
}