blob: cfb5f0cd405d4c9860c8a71d18b5a03250bf19dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$white: #e6edf0;
$white-alt: #9dabb0;
$yellow: #dcde81;
$yellow-alt: #808037;
$green: #4fd15a;
$green-alt: #519c57;
$blue: #366199;
$blue-alt: #244266;
$black: #14171d;
$black-alt: #242526;
$font: 'Courier New', Courier, monospace;
$header-font: 'FontStuck-Extended', monospace;
$inner-gap: 16px;
$outer-gap: 16px;
$outer-radius: 8px;
$inner-radius: 4px;
$border-width: 5px;
$border-color: #ccc;
$page-width: 1000px;
|