|
|
@ -1,5 +1,5 @@
|
|
|
|
$baseFont: 'Open Sans', Helvetica, Arial, sans-serif;
|
|
|
|
$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';
|
|
|
|
$style: 'dark';
|
|
|
|
|
|
|
|
|
|
|
@ -67,7 +67,7 @@ $noteOrangeBorder: #1f1511;
|
|
|
|
$noteRedBackground: #3e1b1b;
|
|
|
|
$noteRedBackground: #3e1b1b;
|
|
|
|
$noteRedBorder: #170808;
|
|
|
|
$noteRedBorder: #170808;
|
|
|
|
|
|
|
|
|
|
|
|
$labelBackground: #38383a;
|
|
|
|
$labelBackground: #3C3C3E;
|
|
|
|
|
|
|
|
|
|
|
|
$notifBackground: rgba(#000, .85);
|
|
|
|
$notifBackground: rgba(#000, .85);
|
|
|
|
$notifColor: #fff;
|
|
|
|
$notifColor: #fff;
|
|
|
|