georges/scss/_params.scss
2022-02-02 15:59:34 +01:00

15 lines
257 B
SCSS

// vim: tabstop=2 shiftwidth=2 expandtab
$bg_color: white;
$link_color: #07a;
$fg_color: #555;
$head_bg_color: #060033;
$width_xlarge: 1250px;
$width_large: 1000px;
$width_med: 650px;
$font_size_small: 10pt;
$font_size_med: 11pt;
$font_size_large: 12pt;