Files
RandomMemerBot/client/web/assets/seasonal/autumn.css
2023-10-28 16:42:12 +02:00

13 lines
269 B
CSS

.autumn {
background-image: url("autumn.jpg");
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}
.bg-dark {
background-color: #343a40eb!important;
border-radius: 4px;
background-blend-mode: difference;
}