I use CSS and other customisations in the URL, and as of yesterday they are no longer working. Has something been changed on the backend?
My URL: https://app.hyperate.io/HUDS?fontFamily=Quicksand&fontURL=https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DQuicksand%26display%3Dswap&size=50&font-color=%2393E3FF&background-color=transparent&brand=false&heartColor=%2300B0F0&enableFlicker=false&enable_sounds=false&volume=100&minimum_heart_rate=180
Myy CSS:
```
/* HEART COLOR */
.pulsingheart:after {
background: linear-gradient(90deg, #93E3FF, #00B0F0) !important;
}
.pulsingheart:before {
background: #93E3FF !important;
}
```
None of this works anymore <:huds601Think:1095263539456913498>