13 lines
256 B
SCSS
13 lines
256 B
SCSS
// vim: tabstop=2 shiftwidth=2 expandtab
|
|
|
|
$bg_color: #fcffe4;
|
|
$link_color: #07a;
|
|
$fg_color: #555;
|
|
$head_bg_color: #060033;
|
|
|
|
$resp_small: 1350px;
|
|
$resp_vsmall: 1000px;
|
|
|
|
$profile_pic_wid: 350px;
|
|
$profile_pic_wid_small: 180px;
|
|
$profile_pic_wid_vsmall: 250px;
|