@keyframes spectrum {
16% {box-shadow: 0 0 15px 0.2px orange;}
32% {box-shadow: 0 0 15px 0.2px yellow;}
48% {box-shadow: 0 0 15px 0.2px green;}
64% {box-shadow: 0 0 15px 0.2px blue;}
80% {box-shadow: 0 0 15px 0.2px purple;}
100% {box-shadow: 0 0 15px 0.2px red;}
}
@keyframes backgrounds {
50% {background-color: #222222;}
100% {background-color: #0f090a;}
}
.main-reasons-wrapper {
border: solid 3px #5e484a;
padding: 2em;
margin-bottom: 10px;
}
.discord-link-wrapper .discord-link {
text-transform: none;
font-size: 80%;
display: contents;
line-height: 80%;
}
.discord-link-wrapper .wds-button {
border-color: black;
margin: 0.7em;
padding: 1em 8em;
background-color: #0f090a;
box-shadow: 0 0 15px 0.2px red;
cursor: pointer;
font-size: 1em;
animation: spectrum 10s linear 0s infinite, backgrounds 7s linear 0s infinite;
transition: all .5s;
}
.discord-link-wrapper .wds-button:hover {
font-size: 1.2em;
}
For security reasons, all filters are marked as private. If you would like to copy one of our filters, please feel free to message an 6Administrator or 7Bureaucrat (Thundercraft5 manages the filters) to request the source code of them privately.