StudentCode-in / StudentCode-in.github.io

Central Repository of Student Code-In website
https://studentcode-in.github.io/
MIT License
59 stars 64 forks source link

fixed color contrast #128

Closed souravseal99 closed 3 years ago

souravseal99 commented 3 years ago

Description

Fixed the color ratio of two buttons and a link ( the " get started " & " sponsor us " btn and the " mailto: " link).

Fixes the issue Background and foreground colors do not have a sufficient contrast ratio( #112 )

Type of change

Adjusted color contrast ratio of-

Changes Made

About

- <a href="#about" class="btn-get-started scrollto">Get Started</a>
+ <a href="#about" class="btn-get-started scrollto" style="background-color: #1f819b ;">Get Started</a>

Sponsor Us

- <a class="btn btn-primary btn-lg sp-btn"
+ <a class="btn btn-primary btn-lg sp-btn" style="background-color: #0078d7 ;"

Mail-To

- <strong>Email: </strong><a
+ <strong>Email: </strong><a style="color: #1b73cd;"