try a more complicated stylesheet
This commit is contained in:
parent
843e906dc1
commit
2463abb7b8
@ -504,7 +504,19 @@ $!TITLE home
|
|||||||
a { color: #fff; }
|
a { color: #fff; }
|
||||||
body { background: #000; color: #ffdbdb; }
|
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
|
/blah/2023-11-18.html
|
||||||
|
Loading…
Reference in New Issue
Block a user