I tried to actually refactor the CSS a bit but it's kinda really complex
@ -20,6 +20,7 @@ $c-form-highlight-a: #2ea1f9;
$c-modal-bg: #242426;
$font-stack: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
$screen-stack: "DejaVu Sans Mono", "Liberation Mono", "Inconsolata", "Menlo", monospace;
@function dist($x) {
@ -1,5 +1,5 @@
html {
font-family: Arial, sans-serif;
font-family: $font-stack;
color: #D0D0D0;
background: #131315;
}