We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ae3a7 commit 5abd530Copy full SHA for 5abd530
082-parallax landing page/style.css
@@ -1,7 +1,7 @@
1
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
2
3
:root {
4
- --primary-color: #2d2254;
+ --primary-color: #0c030f;
5
--secondary--color: #f5c42f;
6
--text-color: #c5bbec;
7
}
@@ -69,7 +69,7 @@ ul {
69
.section-top {
70
min-height: 200px;
71
padding-top: 20px;
72
- background: url("https://i.ibb.co/QP92Bzb/bg1.png") no-repeat center
+ background: url("https://i.ibb.co/kGKSxTd/bg1.png") no-repeat center
73
bottom/cover;
74
75
@@ -92,7 +92,7 @@ ul {
92
93
.section-stream {
94
min-height: 400px;
95
- background: url("https://i.ibb.co/r4B4MtV/bg2.png") no-repeat center top/cover;
+ background: url("https://i.ibb.co/p2JjTkj/bg2.png") no-repeat center top/cover;
96
97
98
.section-stream h2 {
0 commit comments