hexat/style.css
2025-01-05 02:43:36 +00:00

24 lines
297 B
CSS

body {
background: #222222;
color: #efefef;
font-family: sans-serif;
}
.source {
background: #444444;
color: #efefef;
min-height: 50vh;
min-width: 50vw;
font-size: 300%;
}
button {
background: #444444;
color: #efefef;
font-size: 300%;
margin-left: 10px;
}
pre {
font-size: 300%;
}