georges/scss/_params.scss

19 lines
344 B
SCSS
Raw Normal View History

2022-02-02 15:59:34 +01:00
// vim: tabstop=2 shiftwidth=2 expandtab
$bg_color: white;
$link_color: #07a;
$fg_color: #555;
2022-02-03 00:28:24 +01:00
$head_bg_color: #b9a58d;
2022-02-02 15:59:34 +01:00
$width_xlarge: 1250px;
$width_large: 1000px;
$width_med: 650px;
2022-02-02 23:46:26 +01:00
$gallery_2col: 400px;
$gallery_3col: 700px;
$gallery_autocol: 1000px;
$gallery_autocol_minwidth: 200px;
$gallery_autocol_maxwidth: 350px;
2022-02-03 00:06:53 +01:00
$font_size: 12pt;