set font-size 1rem to align with theme; disabled font-style italic for comments to align with theme

This commit is contained in:
Robbie Nohra 2020-12-22 20:32:15 -05:00
parent 13aa8e777e
commit 89f88607cc

View File

@ -22,7 +22,7 @@ body .gist .pl-stj /* storage.type.java */
{
color: #f8f8f2;
border: none;
font-size: larger;
font-size: 1rem;
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
}
@ -60,7 +60,7 @@ body .gist .pl-c span,
body .gist .pl-pdc /* punctuation.definition.comment */
{
color: hsla(0, 0%, 100%, .3);
font-style: italic;
font-size: 1rem;
}
body .gist .pl-cce /* constant.character.escape */,