Consistent spacing, and make everything default to green, instead of black on black
This commit is contained in:
parent
5e84ef1bea
commit
0008e6a1d0
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