Files
WHSPAH-Web-Interface/www/styles.css

36 lines
706 B
CSS

body {
/* Anything but light mode, please. */
background-color: #000000;
color: #FFFFFF;
background-image: url("/img/backgroundtile.png");
background-size: 10%;
}
.whspahTitle{
background-color: #363636da;
backdrop-filter: blur(10px);
text-align: center;
width: max-content;
margin:0 auto;
margin-bottom: 1%;
padding: 1%;
border-radius: 25px;
max-width: 100vw;
}
.contentBox{
background-color: #363636da;
backdrop-filter: blur(10px);
text-align: center;
width: max-content;
margin:0 auto;
margin-bottom: 1%;
padding: 1%;
border-radius: 25px;
max-width: 80%;
min-width: 30%;
}
.sliderInput{
width: 90%;
}