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:
parent
a8d04efd44
commit
8877ec9be1
1 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue