Skip to content

Commit 9aaad79

Browse files
authored
Merge pull request #300 from adiati98/fix/header-background-color
Change header's background color
2 parents f50e9ac + 19b5903 commit 9aaad79

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/header/header.scss

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
padding: 0 spacing(2);
66

7-
background: linear-gradient(
8-
180deg,
9-
rgba(107, 0, 207, 0.4) 0%,
10-
rgba(107, 0, 207, 0) 100%
11-
);
7+
background: $purple;
128

139
z-index: $index-header;
1410

0 commit comments

Comments
 (0)