Revert "Revert "Consistent spacing, and make everything default to green, instead of black on black""

This reverts commit a8d04efd44.

The breakage was from a nginx change, not this commit
This commit is contained in:
Firepup Sixfifty 2024-09-30 14:15:28 -05:00
parent a8d04efd44
commit 8877ec9be1
Signed by: Firepup650
SSH key fingerprint: SHA256:cb8sEJwc0kQJ6/nMUhscWRe35itf0NFMdSKl3v4qt48

View file

@ -1,13 +1,14 @@
/* @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); */
@font-face {
font-family: 'Source Code Pro';
src: url('/fonts/SourceCodePro.ttf');
font-family: 'Source Code Pro';
src: url('/fonts/SourceCodePro.ttf');
}
* {
color-scheme: light dark;
font-family: 'Source Code Pro', monospace !important;
color-scheme: light dark;
font-family: 'Source Code Pro', monospace !important;
color: #00FF00;
}
html, body {