tobast.fr-hugo/scss/_params.scss

17 lines
336 B
SCSS
Raw Permalink Normal View History

2019-10-08 20:53:12 +02:00
// vim: tabstop=2 shiftwidth=2 expandtab
$bg_color: white;
2019-10-08 20:53:12 +02:00
$link_color: #07a;
$fg_color: #555;
$fg_color_light: #555555bb;
2019-10-08 20:53:12 +02:00
$head_bg_color: #060033;
2024-04-10 18:34:58 +02:00
$icode_fg_color: $fg_color;
$icode_bg_color: #e1e1e1;
2019-10-08 20:53:12 +02:00
2019-10-10 23:18:14 +02:00
$resp_small: 1350px;
2019-10-10 17:36:33 +02:00
$resp_vsmall: 1000px;
2019-10-08 20:53:12 +02:00
$profile_pic_wid: 350px;
2019-10-10 17:36:33 +02:00
$profile_pic_wid_small: 180px;
$profile_pic_wid_vsmall: 250px;