Skip to content

Commit e3f4fea

Browse files
committed
Replace background image
1 parent 7ad3926 commit e3f4fea

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/_sass/components/_footer.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.footer-strip {
2-
background-color: #2841f9;
3-
background-image: url("#{$baseurl}/assets/images/bg-blueprint.png");
2+
background-image: url("#{$baseurl}/assets/images/bg.png");
43
background-size: cover;
54
color: #fff;
65
font-weight: 700;

docs/_sass/components/_title.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
.title-strip {
2-
background-color: #2841f9;
3-
background-image: url("#{$baseurl}/assets/images/bg-blueprint.png");
2+
background-image: url("#{$baseurl}/assets/images/bg.png");
43
background-size: cover;
54
color: #fff;
65
font-size: 25px;
76
font-weight: 500;
87
line-height: 30px;
9-
padding: 195px 0px;
108
}
119

1210
.title {

0 commit comments

Comments
 (0)