Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #112 from Ultimaker/small-fixup
Browse files Browse the repository at this point in the history
change $color-transparent to a white base
  • Loading branch information
Alan authored Dec 6, 2018
2 parents fd3b713 + 09673bc commit 4b80314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $color-grey-light: #dcdcdc !default;
$color-grey-lighter: #e6e6e6 !default;
$color-grey-lightest: #f3f3f3 !default;
$color-white: #ffffff !default;
$color-transparent: rgba(0, 0, 0, 0) !default;
$color-transparent: rgba(255, 255, 255, 0) !default;
$color-transparent-grey-lighter: rgba(0, 0, 0, 0.03) !default;
$color-transparent-grey-light: rgba(0, 0, 0, 0.06) !default;
$color-transparent-grey-mid: rgba(0, 0, 0, 0.09) !default;
Expand Down

0 comments on commit 4b80314

Please sign in to comment.