From 947c0bf4aac3daae82ea479f4a84a6dcdf315596 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 10:56:05 +0000 Subject: [PATCH] testing different preview styles --- css/retro.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/css/retro.css b/css/retro.css index ed5d4ed..b12739a 100644 --- a/css/retro.css +++ b/css/retro.css @@ -321,7 +321,7 @@ ul li { margin-left: 35px; } -pre.decterm { +pre { /* font-family: "Classic Console Neue", monospace; */ font-size: 13pt; margin-left: 20px; @@ -336,6 +336,21 @@ pre.decterm { line-height: 1.15; overflow-x: auto; } +pre.decterm { + font-family: "DEC Terminal Modern", monospace; + font-size: 13pt; + margin-left: 20px; + background: #524646; + border-left: 3px solid #000000; + border-right: 3px solid #000000; + border-top: 3px solid #000000; + border-bottom: 3px solid #000000; + border-radius: 20px; + max-width: 70%; + padding: .5rem; + line-height: 1.15; + overflow-x: auto; +} pre.mvs { font-family: "IBM 3270", monospace; font-size: 14pt;