···3030 <li>
3131 i made <a href="https://github.com/intergrav/devins-badges"
3232 >Devin's Badges</a
3333- >, a library of nicely designed badges for your projects. (on hiatus, not
3434- sure when or if i'll work on it again)
3333+ >, a library of nicely designed badges for your projects. this project is
3434+ on hiatus, i'm not sure when or if i'll work on it again.
3535 </li>
3636 <li>
3737- i made and maintain <a href="https://modrinth.com/modpack/adrenaline"
3838- >Adrenaline</a
3939- > and <a href="https://modrinth.com/modpack/additive">Additive</a>, two
4040- Minecraft modpacks that have become relatively popular in the modding
4141- community.
3737+ i have made and maintained <a
3838+ href="https://modrinth.com/modpack/adrenaline">Adrenaline</a
3939+ > and <a href="https://modrinth.com/modpack/additive">Additive</a> for the
4040+ past 3-4 years, two Minecraft modpacks that have become relatively popular
4141+ in the modding community.
4242 </li>
4343 <li>
4444 i've helped contribute to <a href="https://modrinth.com">Modrinth</a> a couple
···6868 >@devin_real:matrix.org</a
6969 >. <em
7070 >however, keep in mind that i am a pretty reserved person. i have limited
7171- availability and may not respond to everything immediately, or at all</em
7272- >.
7171+ availability and may not respond to everything immediately, or at all. it
7272+ is nothing personal!</em
7373+ >
7374 </p>
7475</Layout>
+9-9
src/styles/global.css
···44h4,
55h5,
66h6 {
77- font-family:
88- ui-serif, "Georgia", "Cambria", "Times New Roman", "Times", serif;
99-}
1010-1111-pre {
1212- /* shiki changes the background color, so i have to add this to separate the code from the rest of the text */
1313- border: 1px solid var(--sc-prose-bd);
77+ font-family: var(--sc_typography_font_serif);
148}
1591610article {
1711 margin-block: 1rem;
1812 padding-inline: 1rem;
1919- background-color: var(--sc-prose-bg);
2020- border: 1px solid var(--sc-prose-bd);
1313+ background-color: var(--sc_prose_background-color);
1414+ border: 1px solid var(--sc_prose_border-color);
1515+ border-radius: var(--sc_prose_border-radius);
2116}
22172318.floating-image {
···2520 margin-inline-start: 1rem;
2621 margin-block: 1rem;
2722 height: 128px;
2323+}
2424+2525+pre {
2626+ /* shiki changes the background color, so i have to add this to separate the code from the rest of the text */
2727+ border: 1px solid var(--sc_prose_border-color);
2828}
29293030@media (prefers-color-scheme: dark) {