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

fixed color contrast #128

Merged

Conversation

souravseal99
Copy link
Contributor

@souravseal99 souravseal99 commented Dec 4, 2020

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-

  • "About" Button
  • "Sponsor Us" Button
  • "Mail-To" Link

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;"

@akanksha-raghav akanksha-raghav merged commit 9bdf2ce into StudentCode-in:master Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants