Skip to content

Commit 5abd530

Browse files
committed
style: add transparent bg
1 parent 49ae3a7 commit 5abd530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

082-parallax landing page/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
22

33
:root {
4-
--primary-color: #2d2254;
4+
--primary-color: #0c030f;
55
--secondary--color: #f5c42f;
66
--text-color: #c5bbec;
77
}
@@ -69,7 +69,7 @@ ul {
6969
.section-top {
7070
min-height: 200px;
7171
padding-top: 20px;
72-
background: url("https://i.ibb.co/QP92Bzb/bg1.png") no-repeat center
72+
background: url("https://i.ibb.co/kGKSxTd/bg1.png") no-repeat center
7373
bottom/cover;
7474
}
7575

@@ -92,7 +92,7 @@ ul {
9292

9393
.section-stream {
9494
min-height: 400px;
95-
background: url("https://i.ibb.co/r4B4MtV/bg2.png") no-repeat center top/cover;
95+
background: url("https://i.ibb.co/p2JjTkj/bg2.png") no-repeat center top/cover;
9696
}
9797

9898
.section-stream h2 {

0 commit comments

Comments
 (0)