Config files for my server. Except not my secrets
at master 543 B view raw
1html { 2 background: repeating-linear-gradient(#fff1, #0000 5px, #fff1 10px), black; 3 min-height: 100%; 4 font-family: 5 "Monaspace neon var", 6 -moz-fixed, 7 monospace; 8 font-weight: bold; 9} 10 11html, 12body { 13 margin: 0; 14} 15 16pre { 17 /* override some resource://content-accessible/plaintext.css styles in ff */ 18 white-space: pre !important; 19 width: max-content; 20 padding: 1em; 21 margin-block: 0; 22 padding-block-start: 0; 23 text-shadow: 0 0 5px lime; 24 color: lime; 25 26 &::selection { 27 color: black; 28 background-color: lime; 29 } 30}