From 2463abb7b8b53c4a5ae2ebac569d8c9871460247 Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 22 Nov 2023 08:28:23 -0700 Subject: [PATCH] try a more complicated stylesheet --- homepage/homepage | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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