Use less Arial

I tried to actually refactor the CSS a bit but it's kinda really complex
box-drawing
cpsdqs 7 years ago
parent 673358e2ce
commit bf7863b8fa
Signed by untrusted user: cpsdqs
GPG Key ID: 3F59586BB7448DD1
  1. 1
      sass/app.scss
  2. 2
      sass/layout/_base.scss

@ -20,6 +20,7 @@ $c-form-highlight-a: #2ea1f9;
$c-modal-bg: #242426; $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; $screen-stack: "DejaVu Sans Mono", "Liberation Mono", "Inconsolata", "Menlo", monospace;
@function dist($x) { @function dist($x) {

@ -1,5 +1,5 @@
html { html {
font-family: Arial, sans-serif; font-family: $font-stack;
color: #D0D0D0; color: #D0D0D0;
background: #131315; background: #131315;
} }

Loading…
Cancel
Save