Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix persistent dark background in loading screens #9

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion css/uxs-initial-project-9ade8e.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ a {

.section.hero.services {
margin-top: -81px;
background-color: #4217f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Final-About.png');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Final-About.png');
background-position: 0px 0px, 50% 50%;
Expand All @@ -91,6 +92,7 @@ a {

.section.hero.community {
margin-top: -81px;
background-color: #4217f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/SAMPLE-3.png');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/SAMPLE-3.png');
background-position: 0px 0px, 50% 50%;
Expand All @@ -99,7 +101,7 @@ a {

.section.hero.about {
margin-top: -75px;
background-color: rgba(68, 68, 68, 0.11);
background-color: #4217f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Services.png');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Services.png');
background-position: 0px 0px, 50% 0%;
Expand All @@ -108,6 +110,7 @@ a {

.section.hero.initiatives {
margin-top: -77px;
background-color: #4217f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Initiatives-2.png');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Initiatives-2.png');
background-position: 0px 0px, 50% 50%;
Expand All @@ -118,6 +121,7 @@ a {
margin-top: -75px;
padding-top: 100px;
padding-bottom: 140px;
background-color: #4217f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(39, 39, 39, 0.18))), url('../images/FINAL-HERO.png');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(39, 39, 39, 0.18)), url('../images/FINAL-HERO.png');
background-position: 0px 0px, 50% 50%;
Expand Down