Skip to content

Commit 5762d95

Browse files
committed
use rgba() instead of transparentize() for $repo-private-icon
1 parent 71171fb commit 5762d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/variables/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $status-pending: desaturate($yellow-700, 15%) !default;
88
// Should be able to deprecate these in future
99
$repo-private-text: $black-fade-70 !default;
1010
$repo-private-bg: $yellow-000 !default;
11-
$repo-private-icon: transparentize($yellow-900, 0.5) !default;
11+
$repo-private-icon: rgba($yellow-900, 0.5) !default;
1212

1313
// Highlight used for things like search
1414
$highlight-yellow: rgba(255, 247, 140, 0.5);

0 commit comments

Comments
 (0)