This commit is contained in:
Nova Cat 2024-11-30 22:23:48 -08:00
parent 89655a37d6
commit 8e6052b7be

View file

@ -78,6 +78,9 @@ background: #0f161c !important;
color: black; color: black;
opacity: 1; opacity: 1;
} }
.ui-widget-content .ui-slider {
background: black;
}
`; `;
document.body.appendChild(style); document.body.appendChild(style);