mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
18 lines
496 B
SCSS
18 lines
496 B
SCSS
$fontFamily: 'Lucida Console', 'Lucida Sans Unicode', 'Fira Mono', 'Consolas', 'Courier New', Courier, monospace, 'Times New Roman';
|
|
$defaultFontSize: 16px;
|
|
|
|
/* COLORS */
|
|
$hacker-green: #adff2f;
|
|
$success-green: #3adb76;
|
|
$alert-red: #ff2929;
|
|
$money-gold: #ffd700;
|
|
$light-yellow: #faffdf;
|
|
|
|
/* Attributes */
|
|
$my-stat-hp-color: #dd3434;
|
|
$my-stat-money-color: $money-gold;
|
|
$my-stat-hack-color: $hacker-green;
|
|
$my-stat-physical: $light-yellow;
|
|
$my-stat-cha-color: #a671d1;
|
|
$my-stat-int-color: #6495ed;
|