Skip to content

Commit 9bdf2ce

Browse files
author
Akanksha Raghav
authored
Merge pull request #128 from souravseal99/fix/color_contrast
fixed color contrast
2 parents 6e36d9a + 844cb55 commit 9bdf2ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h1 class="text-light"><a href="#intro" class="scrollto"><span>Student Code-In</
104104
<h2>STUDENT CODE-IN</h2>
105105
<h5><br>A Step Towards<span> Open Source!</span></h5>
106106
<div>
107-
<a href="#about" class="btn-get-started scrollto">Get Started</a>
107+
<a href="#about" class="btn-get-started scrollto" style="background-color: #1f819b ;">Get Started</a>
108108
</div>
109109
</div>
110110

@@ -640,7 +640,7 @@ <h4>Patrons</h4>
640640
</div>
641641
</div>
642642
<div class="center-it">
643-
<a class="btn btn-primary btn-lg sp-btn"
643+
<a class="btn btn-primary btn-lg sp-btn" style="background-color: #0078d7 ;"
644644
href="https://docs.google.com/forms/d/1EvhKxub2kroqk4s8KlBpmLwXE4vTc3-wy5Xa8qK5YTM/edit"
645645
role="button">Sponsor
646646
Us</a>
@@ -847,7 +847,7 @@ <h3>Student Code-In</h3>
847847

848848
<div class="footer-links">
849849
<h4>Contact Us</h4>
850-
<strong>Email: </strong><a
850+
<strong>Email: </strong><a style="color: #1b73cd;"
851851
href="mailto:<nowiki>scodein@outlook.com?subject=Query link">scodein@outlook.com</a><br>
852852
</p>
853853
</div>

0 commit comments

Comments
 (0)