tobast.fr-hugo/scss/_params.scss

15 lines
282 B
SCSS
Raw 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;
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;