update and improve website look

This commit is contained in:
cowmonk 2025-05-09 17:02:14 -07:00
parent d04a72d219
commit e9587d39a3
3 changed files with 120 additions and 124 deletions

View file

@ -33,3 +33,23 @@ section > p time,
article { color: #fff; }
article > header { display: none; }
footer { color: #aaa; }
.terminal-output {
background-color: #111;
color: #e0e0e0;
border: 2px solid #888;
padding: 1em;
margin: 1.4em 0;
}
.terminal-output pre {
margin: 0;
padding: 0;
overflow-x: auto;
white-space: pre;
background-color: transparent;
color: inherit;
font-family: inherit;
font-size: 0.95em;
line-height: 1.5;
}