8000 added missing `!default` property for `!accentColour` · EdwardZX/EdwardZX.github.io@09bc2a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09bc2a9

Browse files
authored
added missing !default property for !accentColour
1 parent a9d036f commit 09bc2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$backgroundColour: #ffffff !default;
33
$codeBackgroundColour: #fafafa !default;
44
$featureBackgroundColour: #f9fafa !default;
5-
$accentColour: #05bf85;
5+
$accentColour: #05bf85 !default;
66

77
// Text colours
88
$headingColour: #242e2b !default;

0 commit comments

Comments
 (0)
0