From 29a68659ec4ba69f76c35e8a52b4b6566974d321 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 15 Mar 2015 22:12:12 -0400 Subject: [PATCH] Change code font --- assets/stylesheets/global/_variables.scss | 2 +- assets/stylesheets/global/variables-dark.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/global/_variables.scss b/assets/stylesheets/global/_variables.scss index eff01fd9..453bfcb6 100644 --- a/assets/stylesheets/global/_variables.scss +++ b/assets/stylesheets/global/_variables.scss @@ -1,5 +1,5 @@ $baseFont: 'Open Sans', Helvetica, Arial, sans-serif; -$monoFont: 'Source Code Pro', 'Inconsolata-g', Consolas, Menlo, monospace; +$monoFont: Consolas, 'Liberation Mono', Menlo, Courier, monospace; $style: 'light'; diff --git a/assets/stylesheets/global/variables-dark.scss b/assets/stylesheets/global/variables-dark.scss index 50a0a477..d821fe79 100644 --- a/assets/stylesheets/global/variables-dark.scss +++ b/assets/stylesheets/global/variables-dark.scss @@ -1,5 +1,5 @@ $baseFont: 'Open Sans', Helvetica, Arial, sans-serif; -$monoFont: 'Source Code Pro', 'Inconsolata-g', Consolas, Menlo, monospace; +$monoFont: Consolas, 'Liberation Mono', Menlo, Courier, monospace; $style: 'dark'; @@ -67,7 +67,7 @@ $noteOrangeBorder: #1f1511; $noteRedBackground: #3e1b1b; $noteRedBorder: #170808; -$labelBackground: #38383a; +$labelBackground: #3C3C3E; $notifBackground: rgba(#000, .85); $notifColor: #fff;