AUV-IITK / Website2020

New Website made using ReactJS
MIT License
0 stars 6 forks source link

Addded color scheme using css-variables #35

Closed shubhamkorde closed 3 years ago

shubhamkorde commented 3 years ago

This PR does the following things:

  1. Adds variables.css to which stores the color scheme and the font scheme
  2. Corrects the fonts scheme for the few of the most common classes used in the website.

After this PR, changing the font and color scheme across the website will be easier than before owing to CSS variables.