mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-13 18:40:36 +00:00
13 lines
269 B
CSS
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;
|
|
}
|