diff --git a/homepage/homepage b/homepage/homepage index 25c8082..79496e5 100755 --- a/homepage/homepage +++ b/homepage/homepage @@ -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