Skip to content

Commit fcded31

Browse files
committed
Changed footer background color.
1 parent 6cf8c7d commit fcded31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/stories/assets/css/_footer.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
@use 'variables' as *;
22

33
.footer {
4-
background-color: $charcoal;
5-
border-top: 1px solid rgba($quicksilver, 0.08);
4+
background-color: $onyx;
65
padding: 2.5rem 0 1.5rem;
76

87
&__top {

src/stories/assets/css/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Quicksilver Color Palette
22
$obsidian: #1A1A1A;
3+
$onyx: #212528;
34
$charcoal: #2D2D2D;
45
$quicksilver: #E2E2E2;
56
$frost: #F3F3F3;

0 commit comments

Comments
 (0)