From 89f88607cca43dcee1a5e0d429a4e4ee3bcb40f5 Mon Sep 17 00:00:00 2001 From: Robbie Nohra Date: Tue, 22 Dec 2020 20:32:15 -0500 Subject: [PATCH] set font-size 1rem to align with theme; disabled font-style italic for comments to align with theme --- assets/css/gist.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/gist.css b/assets/css/gist.css index 9061afb..4a02532 100644 --- a/assets/css/gist.css +++ b/assets/css/gist.css @@ -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 */,