20 lines
381 B
SCSS
20 lines
381 B
SCSS
$container-width: 1200px;
|
|
$tablet-width: 768px;
|
|
|
|
$font-color: #333333;
|
|
|
|
$navbar-color: #404c5e;
|
|
$navbar-text-color: white;
|
|
$link-color: #175eaf;
|
|
$link-hover-color: #3ea7e4;
|
|
$tag-color: #728fb6;
|
|
|
|
$page-bg-color: #dfdfdf;
|
|
$page-bg-image: "/images/bg.jpg";
|
|
$post-bg-color: white;
|
|
|
|
$image-wrapper-bg-color: #fcfcfc;
|
|
$image-wrapper-border-color: #d6d6d6;
|
|
|
|
$table-border-color: #d6d6d6;
|