therminator/data/style.css

25 lines
466 B
CSS
Raw Normal View History

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
background-color: rgb(50, 50, 50);
color: white;
font-family: "IBM Plex Mono", monospace;
padding: 1rem 2rem;
}
2023-12-19 20:45:27 +00:00
#du,
#cu {
2023-12-18 13:49:09 +00:00
display: inline-block;
2023-12-19 20:45:27 +00:00
padding-right: 3rem;
}
2023-12-18 13:49:09 +00:00
#error-tempA,
#error-tempB {
color: red !important;
}
2023-12-18 13:49:09 +00:00
.chart-container {
position: relative;
2023-12-18 13:49:09 +00:00
height: 20vh;
width: 40vw;
padding: 1em;
}