2023-07-17 19:11:13 +00:00
|
|
|
|
|
|
|
// Font Stack
|
|
|
|
$p-font: 'Titillium Web', sans-serif;
|
|
|
|
|
|
|
|
// Primary Colors
|
|
|
|
$b-color: #000000; // background
|
|
|
|
$s-color: #f7931a; // secondary
|
2023-09-02 06:22:13 +00:00
|
|
|
$t-color: #242424; // ternary
|
2023-07-17 19:11:13 +00:00
|
|
|
|
|
|
|
$w-color: #ffffff; // white
|
|
|
|
$bl-color: #000000; // black
|
2023-11-25 08:06:43 +00:00
|
|
|
$e-color: #d30012; // error
|
|
|
|
$p-color: #666666; // past
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-11-25 08:06:43 +00:00
|
|
|
$sh-color: #0D0801; // secondary hover
|
2023-08-11 18:50:24 +00:00
|
|
|
$link: #308fe7; // link
|
2023-07-28 00:17:00 +00:00
|
|
|
$i-color: #494949; // input
|
2023-07-17 19:11:13 +00:00
|
|
|
|
|
|
|
// Font Colors
|
|
|
|
$f-color: #ffffff; // primary
|
|
|
|
$fs-color: #ffffff; // secondary
|
|
|
|
$fh-color: #f7931a; // hover
|
2023-08-11 18:50:24 +00:00
|
|
|
$btc: #f7931a; // btc
|