|
|
|
@ -1,23 +1,22 @@
|
|
|
|
|
// colors
|
|
|
|
|
$primary:#ffd7e8;
|
|
|
|
|
$secondary:#d7e9ff;
|
|
|
|
|
$secondary-dark:darken($secondary,30);
|
|
|
|
|
$primary-dark:darken($primary,30);
|
|
|
|
|
$border:#aaa;
|
|
|
|
|
$primary:#c16b48;
|
|
|
|
|
$secondary:#e8e6dc;
|
|
|
|
|
$border:#bbb;
|
|
|
|
|
|
|
|
|
|
// scale
|
|
|
|
|
$wrap:1200px;
|
|
|
|
|
|
|
|
|
|
// body
|
|
|
|
|
$body-background:$secondary;
|
|
|
|
|
$body-background-image:url(bg.png);
|
|
|
|
|
$body-color:#000;
|
|
|
|
|
|
|
|
|
|
// anchors
|
|
|
|
|
$anchor-color:#546476;
|
|
|
|
|
$anchor-hover-color:$secondary-dark;
|
|
|
|
|
$anchor-hover-color:$primary;
|
|
|
|
|
|
|
|
|
|
// tags
|
|
|
|
|
$tag-background:$primary;
|
|
|
|
|
$tag-background:$secondary;
|
|
|
|
|
$tag-padding:.5em;
|
|
|
|
|
$tag-margin:0 .4em .5em 0;
|
|
|
|
|
$tag-border-radius:5px;
|
|
|
|
@ -25,21 +24,22 @@ $tag-color:#000;
|
|
|
|
|
$tag-font-size:.9rem;
|
|
|
|
|
|
|
|
|
|
// nav
|
|
|
|
|
$nav-color:#000;
|
|
|
|
|
$nav-background-primary:linear-gradient(20deg, $primary 20%, $secondary 95%);
|
|
|
|
|
$nav-background-secondary:rgba(255,255,255,.3);
|
|
|
|
|
$nav-color:#fff;
|
|
|
|
|
$nav-background-primary:#333;
|
|
|
|
|
$nav-background-secondary:#555;
|
|
|
|
|
$nav-anchor-hover-color:$anchor-hover-color;
|
|
|
|
|
$nav-border:2px solid $border;
|
|
|
|
|
$nav-h1-margin:1em 0;
|
|
|
|
|
$nav-h1-color:$primary;
|
|
|
|
|
|
|
|
|
|
// recipe
|
|
|
|
|
$recipe-background:#f4f4f4;
|
|
|
|
|
$recipe-background:#fff;
|
|
|
|
|
$recipe-wrap:800px;
|
|
|
|
|
|
|
|
|
|
// article
|
|
|
|
|
$article-width:22%;
|
|
|
|
|
$article-margin:0 1em 2em 1em;
|
|
|
|
|
$article-background:$primary;
|
|
|
|
|
$article-background:#fff;
|
|
|
|
|
$article-color:#000;
|
|
|
|
|
$article-date-color:#888;
|
|
|
|
|
$article-border-radius:6px;
|
|
|
|
|