tmbb / SyntaxHighlight

Addon to add syntax highlighting to Anki
22 stars 8 forks source link

How to change font size? #7

Open marekfeikus opened 10 years ago

marekfeikus commented 10 years ago

Hello guys firstly thanks for the very useful addon. I'm a begginer programmer so could you please advise me what's the code for changing font size?

ghost commented 9 years ago

This is what I use:

table pre {
    font-size: 18px;
    line-height: 150% !important;
}