hestia/www/public/main.css

51 lines
662 B
CSS

html, body {
background-color: #333;
color: aqua;
font-family: sans-serif;
}
#title {
text-align: center;
font-size: 35px;
padding-bottom: 15px;
}
#status {
text-align: center;
}
#safeties {
text-align: center;
}
#controls-container {
text-align: center;
}
#buttons button {
margin: 20px 5px;
font-size: 20px;
width: 150px;
height: 30px;
}
#controls-container input {
margin: 5px;
}
#log-container {
text-align: center;
}
#log-area {
width: 50%;
height: 500px;
background-color: aqua;
color: aqua;
}
#trial {
color: yellow;
font-size: 20px;
background-color: red;
}