Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 27, 2015
1 parent f223d3a commit 5a00bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ a.ghost-logo.animated-logo {
}

&:after {
content: $name;
content: $blog-name;
font-size: 1.6rem;
margin-left: 10px;
}
Expand All @@ -862,7 +862,7 @@ li.nav-unete > a {
}

li.nav-contacto > a {
@include feature-header-button($feature-one-color);
@include feature-header-button($feature-two-color);
margin-left: 15px;

@include breakpoint(max-width 660px, max-width 660px) {
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

$blog-name : 'Zombeats';

$subscribe-banner-color : $green;
$selection-color : lighten($orange, 36%);
$tag-color : rgba($orange, .7);
Expand Down
5 changes: 0 additions & 5 deletions assets/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ $red : #e74c3c;
$orange : #e67e22;
$green : #2ecc71;
$yellow : #f1c40f;



// Others
$name : 'Zombeats';

0 comments on commit 5a00bf3

Please sign in to comment.