mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
11 lines
176 B
Text
Vendored
11 lines
176 B
Text
Vendored
/*
|
|
|
|
|
| Custom Variables
|
|
|
|
|
*/
|
|
|
|
// Colours
|
|
@c_text: #111; // text
|
|
@c_text_light: #fff; // light text
|
|
@c_base: #0088cc; // base
|
|
@c_accent: #f5f5f5; // accent
|