This commit is contained in:
Nova Cat 2024-12-01 18:14:49 -08:00
parent 50f795d014
commit ecae9f2ee7

View file

@ -81,6 +81,10 @@ opacity: 1;
.ui-slider {
background: black;
}
/* home */
.jumbotron {
background-color: #00457d;
}
`;
document.head.appendChild(style);