The uploaded attachments, avatars and videos now also have this transparency. Is there a way to block the opacity on these 3 things?
Code: Select all
html, body {
background-image: url("./images/dark_background.png");
background-attachment: fixed;
background-size: contain;
opacity: 0.9;
}