Revert "Consistent spacing, and make everything default to green, instead of black on black"
This reverts commit 0008e6a1d0
.
Broke shit
This commit is contained in:
parent
0008e6a1d0
commit
a8d04efd44
1 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
|||
/* @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: #00FF00;
|
||||
color-scheme: light dark;
|
||||
font-family: 'Source Code Pro', monospace !important;
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
|
Loading…
Reference in a new issue