was sick of content warnings being those ugly warning stripes so...
```
.spoiler-input__border, .content-warning::before, .content-warning::after{
background-image: linear-gradient(#5BCEFA 0% 20%, #F5A9B8 20% 40%, #fff 40% 60%, #F5A9B8 60% 80%, #5BCEFA 80% 100%) !important;
}
```