15 lines
286 B
SCSS
15 lines
286 B
SCSS
// vim: tabstop=2 shiftwidth=2 expandtab
|
|
|
|
$bg_color: white;
|
|
$link_color: #07a;
|
|
$fg_color: #555;
|
|
$fg_color_light: #555555bb;
|
|
$head_bg_color: #060033;
|
|
|
|
$resp_small: 1350px;
|
|
$resp_vsmall: 1000px;
|
|
$resp_tiny: 440px;
|
|
|
|
$main_width: 800px;
|
|
$active_color: #9593c6;
|
|
$active_color_bg: #9593c616;
|