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

Commit

Permalink
Adjust mark style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 12, 2016
1 parent ec25a48 commit 850a4be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions assets/scss/modules/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ body {
}

mark {
background: saturate($secondary-color, 60%);
background: $mark-color;
padding: .05em .2em;
border-radius: 3px;
}

::selection {
background: lighten($secondary-color, 26%);
}

:scrollbar {
display: none;
}

hr {
border: 0;
}
Expand Down
1 change: 1 addition & 0 deletions assets/scss/modules/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $cover-primary : rgba(#49a09d, .2);

$link-color : $gray-darkest;
$hover-color : $primary-color;
$mark-color : #feda9e;

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

Expand Down

0 comments on commit 850a4be

Please sign in to comment.