Skip to content

Commit 6946a21

Browse files
authored
Update light.scss
1 parent 276bdee commit 6946a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/skins/light.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
$background-color: #fff !default;
55
$text-color: #000 !default;
6-
$primary-color: #94004f !default;
6+
$primary-color: #5D0E07 !default;
77
// $footer-background-color: mix($primary-color, $background-color, 100%) !default;
88
$card-color: #fafafa !default;
99
$link-color: #AB045D !default;
@@ -19,4 +19,4 @@ $masthead-link-color-hover: mix($background-color, $text-color, 25%) !default;
1919

2020
.theme-image.light-image {
2121
display: block;
22-
}
22+
}

0 commit comments

Comments
 (0)