Skip to content

Commit

Permalink
funding logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Mar 6, 2024
1 parent a185a01 commit 40f465b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ html {
margin-top: 40px;
margin-right: 11px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
filter: grayscale(60%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
Expand Down Expand Up @@ -1287,7 +1287,7 @@ h5 {
height: 31px;
margin-top: 31px;
margin-right: 10px;
-webkit-filter: grayscale(20%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
Expand All @@ -1297,7 +1297,7 @@ h5 {
height: 31px;
margin-top: 31px;
margin-right: 10px;
-webkit-filter: grayscale(20%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
Expand All @@ -1307,7 +1307,7 @@ h5 {
height: 31px;
margin-top: 31px;
margin-right: 30px;
-webkit-filter: grayscale(20%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
Expand Down
7 changes: 7 additions & 0 deletions frontend/src/components/AboutSection/AboutSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin-right: 26px;
transition: 2s, color 1s;
}

.messageContainer {
Expand All @@ -24,4 +25,10 @@
color: #2f2fb8;
margin-top: 2px;
font-size: 40px;

transition-duration: 2s;
transition-timing-function: linear;
transition-delay: 1s;
}


2 changes: 1 addition & 1 deletion frontend/src/components/AboutSection/AboutSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function AboutSection () {
<div className='messageContainer'>
<h8 className='message'> coming soon . . .</h8>
<a>
<ion-icon color='white' name='rocket-outline'></ion-icon>
<ion-icon color='white' className="rocketIcon" name='rocket-outline'></ion-icon>
</a>
</div>
</div>
Expand Down

0 comments on commit 40f465b

Please sign in to comment.