stream-render-farm/core.css

11 lines
175 B
CSS
Raw Normal View History

2026-07-18 21:32:55 +02:00
body {
font-family: monospace;
background: #000;
color: #0f0;
margin: 2em;
}
header {
border-bottom: 1px solid #0f0;
padding-bottom: 0.5em;
margin-bottom: 2em;
}