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

Remove custom CSS that effects globally #44

Open
jayasanka-sack opened this issue Feb 5, 2022 · 1 comment · May be fixed by #46
Open

Remove custom CSS that effects globally #44

jayasanka-sack opened this issue Feb 5, 2022 · 1 comment · May be fixed by #46
Assignees
Labels
bug Something isn't working

Comments

@jayasanka-sack
Copy link
Member

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

@jayasanka-sack jayasanka-sack added the bug Something isn't working label Feb 5, 2022
@YoshithaRathnayake
Copy link
Member

Shall I work on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants