You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
1 year ago
|
$body-font: -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
|
||
|
$code-font: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
|
||
|
|
||
|
$body-background: #f2f2f2;
|
||
|
$content-background: #fff;
|
||
|
$content-border: #e9e9e9;
|
||
|
$tint-color: #08c;
|
||
|
$object-background: #f9f9f9;
|
||
|
$object-border: #e9e9e9;
|
||
|
|
||
|
$mobile-max-width: 650px;
|
||
|
$desktop-min-width: 768px;
|