24 lines
No EOL
482 B
SCSS
24 lines
No EOL
482 B
SCSS
:root{
|
|
|
|
--font: 'Routed Gothic', sans-serif;
|
|
// --font: 'HAL Timezone', serif;
|
|
--mono: 'Selectric Mono', monospace;
|
|
// --mono: 'HAL Timezone Mono', monospace;
|
|
--note: 'Routed Gothic', serif;
|
|
--title: 'HNoailles Times Triplex', sans-serif;
|
|
|
|
--red: #9B0000;
|
|
--green:#009B00;
|
|
--green-light:#009b0025;
|
|
--blue: #00009B;
|
|
|
|
--red: black;
|
|
--green:black;
|
|
--blue: black;
|
|
|
|
--indent: 7mm;
|
|
|
|
--font-size: 14px;
|
|
--baseline: 18px;
|
|
|
|
} |