contrib/html: add class and shadow for screenshots

This commit is contained in:
Christian Hesse 2026-05-19 13:43:37 +02:00
parent ecefdc94b4
commit d7e9e84811
2 changed files with 4 additions and 1 deletions

View file

@ -45,6 +45,9 @@ hr {
img.notification {
box-shadow: 5px 5px 7px gray;
}
img.screenshot {
box-shadow: 5px 5px 7px gray;
}
img.logo {
float: left;
/* border-radius: 50%; */