remove background when image loaded

This commit is contained in:
isUnknown 2024-09-25 07:45:21 +02:00
parent dad7086465
commit 3a540d1d44
2 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,11 @@ picture {
display: flex !important;
justify-content: center !important;
align-items: center !important;
transition: background-color 0.3s ease-in-out;
}
picture.hide {
background-color: transparent;
}
picture img {

View file

@ -505,6 +505,11 @@ picture {
display: flex !important;
justify-content: center !important;
align-items: center !important;
transition: background-color 0.3s ease-in-out;
}
picture.hide {
background-color: transparent;
}
picture img {