Skip to content

Commit

Permalink
Merge pull request #34 from stefansl/dev
Browse files Browse the repository at this point in the history
Merge Dev
  • Loading branch information
stefansl authored Mar 3, 2018
2 parents 2b91102 + 70efe7f commit 47da226
Show file tree
Hide file tree
Showing 9 changed files with 281 additions and 513 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assets/* linguist-vendored
8 changes: 5 additions & 3 deletions assets/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
$version: "0.5.0";

// Core colors
$primary-color: #0496d9 !default;
$primary-color: #46c2fe !default;
$primary-color-dark: darken($primary-color, 3%) !default;
$primary-color-light: lighten($primary-color, 3%) !default;
$secondary-color: lighten($primary-color, 37.5%) !default;
$secondary-color: #d86550 !default;
$secondary-color-dark: darken($secondary-color, 3%) !default;
$secondary-color-light: lighten($secondary-color, 3%) !default;

$main-color: #F3FFE2;

// Gray colors
$dark-color: #454d5d !default;
$dark-color: #111 !default;
$light-color: #fff !default;
$gray-color: lighten($dark-color, 40%) !default;
$gray-color-dark: darken($gray-color, 25%) !default;
Expand Down
116 changes: 55 additions & 61 deletions assets/css/imageshrinker.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47da226

Please sign in to comment.