First post

This commit is contained in:
Nathan McCarty 2025-02-05 05:59:34 -05:00
parent 53c0c6a9d6
commit 4c3e514a14
8 changed files with 152 additions and 18 deletions

View file

@ -2,6 +2,10 @@ code {
font-family: "Iosevka Web", monospace;
background-color: light-dark(#fbf3db, #103c48);
color: light-dark(#53676d, #adbcbc);
padding: 0.25ch;
}
pre > code {
width: 80%;
display: block;
padding: 1rem;
@ -43,3 +47,5 @@ pre {
.hl-data {
color: light-dark(#d2212d, #ed4a46)
}
/* TODO: Footnote hover */