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;