i take it back webdev is cool. this is so satisfying.

This commit is contained in:
Juicysteak117
2025-10-25 20:59:06 -07:00
parent 7c313f1e1c
commit 8cf78c9577
3 changed files with 450 additions and 437 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -89,6 +89,15 @@ body {
background-color: var(--typewriter-bg);
}
:target::before {
display: block;
content: "";
margin-top: -5vh;
height: 5vh;
visibility: hidden;
pointer-events: none;
}
.ltx_page_main { margin-left: 400px; transition: margin 0.2s ease-out; padding: min(1em,1.5%) min(3em,4.5%) min(1em,1.5%) min(3em, 4.5%); width: 50%;}
.ltx_TOC a { display: block; width: 100%; }
.ltx_TOC { position: fixed; overflow-y: scroll; width: 400px; background-color: var(--toc-bg); transition: width 0.2s ease-out; top: 0; bottom: 0; border-right: 2px solid var(--toc-accent);}

View File

@@ -21,7 +21,6 @@
% TO-DO
% add in an a5 pdf version
% add a return to ref button
% fix hrefs cutting the top off
% decide how to showcase translations + translation notes
\usepackage{graphicx}