Skip to content

Commit a77bcc0

Browse files
committed
add !default to $highlight-yellow
1 parent f91cf59 commit a77bcc0

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
@@ -11,7 +11,7 @@ $repo-private-bg: $yellow-000 !default;
1111
$repo-private-icon: rgba($yellow-900, 0.5) !default;
1212

1313
// Highlight used for things like search
14-
$highlight-yellow: rgba(255, 247, 140, 0.5);
14+
$highlight-yellow: rgba(255, 247, 140, 0.5) !default;
1515

1616
// Border colors
1717
$border-white: $white !default;

0 commit comments

Comments
 (0)