Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 4b80314

Browse files
author
Alan
authored
Merge pull request #112 from Ultimaker/small-fixup
change $color-transparent to a white base
2 parents fd3b713 + 09673bc commit 4b80314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stylesheets/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $color-grey-light: #dcdcdc !default;
1212
$color-grey-lighter: #e6e6e6 !default;
1313
$color-grey-lightest: #f3f3f3 !default;
1414
$color-white: #ffffff !default;
15-
$color-transparent: rgba(0, 0, 0, 0) !default;
15+
$color-transparent: rgba(255, 255, 255, 0) !default;
1616
$color-transparent-grey-lighter: rgba(0, 0, 0, 0.03) !default;
1717
$color-transparent-grey-light: rgba(0, 0, 0, 0.06) !default;
1818
$color-transparent-grey-mid: rgba(0, 0, 0, 0.09) !default;

0 commit comments

Comments
 (0)