19 lines
No EOL
398 B
SCSS
19 lines
No EOL
398 B
SCSS
:root{
|
|
|
|
--font: 'Wagram Slab', serif;
|
|
// --font: 'HAL Timezone', serif;
|
|
--mono: 'Selectric Mono', monospace;
|
|
// --mono: 'HAL Timezone Mono', monospace;
|
|
--note: 'HNoailles Times Triplex', serif;
|
|
|
|
--red: #9B0000;
|
|
--green:#009B00;
|
|
--green-light:#009b0025;
|
|
--blue: #00009B;
|
|
|
|
--red: black;
|
|
--green:#009B00;
|
|
--green-light:#009b0025;
|
|
--blue: black;
|
|
|
|
} |