From e2a6d1542154d831011294c0ff39ef6f04a64586 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 11:12:47 +0000 Subject: [PATCH] testing different preview styles --- css/retro.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/retro.css b/css/retro.css index b38b733..a7635f2 100644 --- a/css/retro.css +++ b/css/retro.css @@ -359,7 +359,8 @@ pre.decterm { } pre.dos { font-family: "FLexi IBM VGA True", monospace; - font-size: 13pt; + font-size: 16pt; + color: #E5E4E5; margin-left: 20px; background: #0C0C0C; border-left: 3px solid #000000;