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 f91cf59 commit a77bcc0Copy full SHA for a77bcc0
src/support/variables/colors.scss
@@ -11,7 +11,7 @@ $repo-private-bg: $yellow-000 !default;
11
$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);
+$highlight-yellow: rgba(255, 247, 140, 0.5) !default;
15
16
// Border colors
17
$border-white: $white !default;
0 commit comments