Mobile rework

This commit is contained in:
N-Upchurch
2023-08-01 16:36:56 -05:00
parent 1e1dc0f826
commit 57673b33fa
10 changed files with 347 additions and 141 deletions

View File

@ -6,6 +6,8 @@ pre[class*="language-diff-"] {
--eleventy-code-padding: 1.25em;
padding-left: var(--eleventy-code-padding);
padding-right: var(--eleventy-code-padding);
font-family: monospace;
font-size: var(--font-n);
}
.token.deleted {
background-color: hsl(0, 51%, 37%);