adds variables
This commit is contained in:
parent
d674c33d8a
commit
fa5a47dff1
1 changed files with 11 additions and 4 deletions
|
@ -46,27 +46,34 @@ $code-color: #bf616a;
|
||||||
$code-background-color: #f9f2f4;
|
$code-background-color: #f9f2f4;
|
||||||
$code-line-height: 1.4;
|
$code-line-height: 1.4;
|
||||||
|
|
||||||
|
// links
|
||||||
$link-color: $blue;
|
$link-color: $blue;
|
||||||
$link-hover-color: $body-color;
|
$link-hover-color: $body-color;
|
||||||
|
|
||||||
|
// section
|
||||||
$section__title-font-size: 2.15rem;
|
$section__title-font-size: 2.15rem;
|
||||||
|
|
||||||
|
// post
|
||||||
$post__subtitle-font-size: 1.5rem;
|
$post__subtitle-font-size: 1.5rem;
|
||||||
|
$gradient-color-1: #ff2c2c;
|
||||||
|
$gradient-color-2: #7a5e91;
|
||||||
|
|
||||||
|
// post meta
|
||||||
$meta-font-size: .8rem;
|
$meta-font-size: .8rem;
|
||||||
$meta-font-weight: 300;
|
$meta-font-weight: 300;
|
||||||
$meta-color: $gray-6;
|
$meta-color: $gray-6;
|
||||||
|
|
||||||
|
// post tags
|
||||||
$tag-background-color: $gray-2;
|
$tag-background-color: $gray-2;
|
||||||
$tag-color: #606570;
|
$tag-color: #606570;
|
||||||
|
|
||||||
$tag-font-size: .667rem;
|
$tag-font-size: .667rem;
|
||||||
|
|
||||||
|
// list of posts
|
||||||
$item__date-color: #9a9a9a;
|
$item__date-color: #9a9a9a;
|
||||||
$item__date-font-size: 1rem;
|
$item__date-font-size: 1rem;
|
||||||
|
|
||||||
$item__title-big-font-size: 1.785rem;
|
$item__title-big-font-size: 1.785rem;
|
||||||
|
|
||||||
|
// heading
|
||||||
$heading-font-weight: 400;
|
$heading-font-weight: 400;
|
||||||
$h1-font-size: 2.15rem;
|
$h1-font-size: 2.15rem;
|
||||||
$h1-line-height: 1.25;
|
$h1-line-height: 1.25;
|
||||||
|
@ -75,10 +82,10 @@ $h3-font-size: 1.5rem;
|
||||||
$h4-font-size:1.3rem;
|
$h4-font-size:1.3rem;
|
||||||
$h5-font-size:1rem;
|
$h5-font-size:1rem;
|
||||||
|
|
||||||
|
|
||||||
|
// sidebar
|
||||||
$sidebar-color: #300030;
|
$sidebar-color: #300030;
|
||||||
|
|
||||||
$site__title-font-size: 3rem;
|
$site__title-font-size: 3rem;
|
||||||
|
|
||||||
$copyright-font-size: 0.7rem;
|
$copyright-font-size: 0.7rem;
|
||||||
|
|
||||||
// post navigation
|
// post navigation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue