acf-sack / sack-blog

Official Blog of St Anthony's College Kandy,
http://blog.sack.edu.lk/
6 stars 13 forks source link

Remove custom CSS that effects globally #44

Open jayasanka-sack opened 2 years ago

jayasanka-sack commented 2 years ago

Is your feature request related to a problem? Please describe. There are some custom CSS classes that affect the whole elements such as headings, paragraphs. Please remove them from the custom.css file.

ex:

 body h3, body h4, body h5 {
  font-family: Lato, sans-serif;
  color: #2e8df3;
  font-weight: 700;
}

This is wrong. We should not select elements unless there's a specific reason.

Are you working on it? No

YoshithaRathnayake commented 2 years ago

Shall I work on this ?