1
0

try a more complicated stylesheet

This commit is contained in:
dtb 2023-11-22 08:28:23 -07:00
parent 843e906dc1
commit 2463abb7b8

View File

@ -504,7 +504,19 @@ $!TITLE home
a { color: #fff; }
body { background: #000; color: #ffdbdb; }
}
pre { font-family: "unscii16", monospace; }
body { /* copied from a textfile site because idk css */
text-align: left;
display: grid;
grid-template-rows: auto 1fr auto;
margin: 0 auto 0 auto;
width: 80ch;
}
pre {
font-family: "unscii16", monospace;
font-smooth: never;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: grayscale;
}
/blah/2023-11-18.html