testing different preview styles
This commit is contained in:
parent
60ffb56a67
commit
5bbdcea186
@ -79,6 +79,12 @@
|
||||
font-style: auto;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "FLexi IBM VGA True CP437";
|
||||
src: url("../font/Flexi_IBM_VGA_True_437.ttf") format("truetype");
|
||||
font-style: auto;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "IBM 3270";
|
||||
src: url("../font/3270-Regular.otf") format("opentype");
|
||||
@ -358,7 +364,7 @@ pre.decterm {
|
||||
overflow-x: auto;
|
||||
}
|
||||
pre.dos {
|
||||
font-family: "FLexi IBM VGA True", monospace;
|
||||
font-family: "FLexi IBM VGA True CP437", monospace;
|
||||
font-size: 16pt;
|
||||
color: #E5E4E5;
|
||||
margin-left: 20px;
|
||||
@ -397,6 +403,7 @@ pre.atari {
|
||||
overflow-wrap: break-word;
|
||||
color: #f2f2f2;
|
||||
}
|
||||
|
||||
.codeblock-atari div {
|
||||
width: 87%;
|
||||
border: solid yellow 2px;
|
||||
@ -438,9 +445,9 @@ a:active {
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Source Code Pro Medium", monospace;
|
||||
font-family: "Classic Console Neue", monospace;
|
||||
font-size: inherit;
|
||||
/* color: #fdd461; */
|
||||
color: #fdd461;
|
||||
background: #524646;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user