From 4792d0685112d0026e865c742b927875dd4e30cd Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:00:56 -0700 Subject: [PATCH] font rendering is stupid --- export/pghrtcss.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/export/pghrtcss.css b/export/pghrtcss.css index aa20ecf..73fbef4 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -185,7 +185,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ #return:after { content: "🡱"; display: block; - top: 40px; + top: 30px; position: relative; } @@ -204,7 +204,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ background: var(--toc-bg); cursor: pointer; text-align: center; - font-family: 'crm'; + font-family: sans-serif; } /* i'm just copying this shit from w3schools ngl */ @@ -296,7 +296,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ .ltx_tocentry.ltx_tocentry_section > .ltx_ref:after { margin-right: 20px; } :target::before { margin-top: -5vh; height: 5vh; } #return {left: calc(95% - 50px) !important; height: 50px; width: 50px; font-size: 50px; } - #return:after { top: 25px; } + #return:after { top: 23px; } }