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

How to increase font size #67

Open
hiteshsahu opened this issue Feb 19, 2019 · 1 comment
Open

How to increase font size #67

hiteshsahu opened this issue Feb 19, 2019 · 1 comment

Comments

@hiteshsahu
Copy link

No description provided.

@dev01d
Copy link

dev01d commented Jul 12, 2019

Since the snippet highlight is controlled with className like this.

<Highlight className='language-name-of-snippet'>
  {"code snippet to be highlighted"}
</Highlight>

I just altered it with CSS using the className since it's accessible and (hopefully) a pretty unique class.

.json {
  font-size: 16px;
}

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

No branches or pull requests

2 participants