testing different preview styles

This commit is contained in:
Greg Gauthier 2025-01-17 10:56:05 +00:00
parent 585a7a5809
commit 947c0bf4aa

View File

@ -321,7 +321,7 @@ ul li {
margin-left: 35px; margin-left: 35px;
} }
pre.decterm { pre {
/* font-family: "Classic Console Neue", monospace; */ /* font-family: "Classic Console Neue", monospace; */
font-size: 13pt; font-size: 13pt;
margin-left: 20px; margin-left: 20px;
@ -336,6 +336,21 @@ pre.decterm {
line-height: 1.15; line-height: 1.15;
overflow-x: auto; 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 { pre.mvs {
font-family: "IBM 3270", monospace; font-family: "IBM 3270", monospace;
font-size: 14pt; font-size: 14pt;