We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71171fb commit 5762d95Copy full SHA for 5762d95
src/support/variables/colors.scss
@@ -8,7 +8,7 @@ $status-pending: desaturate($yellow-700, 15%) !default;
8
// Should be able to deprecate these in future
9
$repo-private-text: $black-fade-70 !default;
10
$repo-private-bg: $yellow-000 !default;
11
-$repo-private-icon: transparentize($yellow-900, 0.5) !default;
+$repo-private-icon: rgba($yellow-900, 0.5) !default;
12
13
// Highlight used for things like search
14
$highlight-yellow: rgba(255, 247, 140, 0.5);
0 commit comments