mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
font rendering is stupid
This commit is contained in:
@@ -185,7 +185,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{
|
|||||||
#return:after {
|
#return:after {
|
||||||
content: "🡱";
|
content: "🡱";
|
||||||
display: block;
|
display: block;
|
||||||
top: 40px;
|
top: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -204,7 +204,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{
|
|||||||
background: var(--toc-bg);
|
background: var(--toc-bg);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'crm';
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* i'm just copying this shit from w3schools ngl */
|
/* 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; }
|
.ltx_tocentry.ltx_tocentry_section > .ltx_ref:after { margin-right: 20px; }
|
||||||
:target::before { margin-top: -5vh; height: 5vh; }
|
:target::before { margin-top: -5vh; height: 5vh; }
|
||||||
#return {left: calc(95% - 50px) !important; height: 50px; width: 50px; font-size: 50px; }
|
#return {left: calc(95% - 50px) !important; height: 50px; width: 50px; font-size: 50px; }
|
||||||
#return:after { top: 25px; }
|
#return:after { top: 23px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user