left4me/l4d2web/static/css/logs.css
2026-05-05 23:47:06 +02:00

10 lines
227 B
CSS

.log-stream {
min-height: 180px;
max-height: 360px;
overflow: auto;
background: #0A1412;
color: #CCE9E1;
border-radius: 8px;
padding: var(--space-3);
font-family: "SFMono-Regular", Menlo, Consolas, monospace;
}