Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Fixed #77
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 18, 2015
1 parent c0c0574 commit 50d01a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/scss/modules/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ main {
a {
text-decoration: underline;

color: lighten($gray-dark,
5%);
color: lighten($gray-dark, 5%);

&:hover {
color: $hover-color;
Expand All @@ -255,7 +254,7 @@ main {
.divider {
margin: 10px auto;

border-top: 1px solid rgba(255, 255, 255, .14);
border-top: 1px solid $divider-color;

&.long {
width: 30%;
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/modules/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ $cover-primary : rgba(#49a09d, .2);
$link-color : $gray-darkest;
$hover-color : $primary-color;

$divider-color : rgba(255, 255, 255, .14);

/* FONT */

$unit : 1rem;
Expand Down

0 comments on commit 50d01a2

Please sign in to comment.