more styling tweaks

This commit is contained in:
Barrett Ruth 2026-01-12 17:37:03 -05:00
parent 7335b31d11
commit 16c000b2e9
3 changed files with 34 additions and 8 deletions

View file

@ -153,6 +153,20 @@ code[class*="language-"] {
html, html,
body { body {
font-family: "Signifier", serif; font-family: "Signifier", serif;
background: #f5f1e8; }
color: #3a3a3a;
@media (prefers-color-scheme: dark) {
html,
body {
background: #1a1a1a;
color: #f5f5f5;
}
}
@media (prefers-color-scheme: dark) {
html,
body {
background: #121212;
color: #e0e0e0;
}
} }

View file

@ -18,8 +18,8 @@ h1,
section { section {
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(4, 1fr);
gap: 80px; gap: 50px;
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
} }
@ -38,7 +38,7 @@ ul {
li { li {
margin-bottom: 12px; margin-bottom: 12px;
font-size: 1.1em; font-size: 1.1em;
line-height: 1.6; line-height: 1.3;
} }
a { a {

View file

@ -19,11 +19,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<h2>experience</h2> <h2>experience</h2>
<ul> <ul>
<li> <li>
<a target="_blank" href="https://drw.com">drw</a>&mdash;summer 2025 <a target="_blank" href="https://ramp.com">ramp</a>&mdash;fall 2025
</li> </li>
<li> <li>
<a target="_blank" href="https://ramp.com">ramp</a>&mdash;spring <a target="_blank" href="https://drw.com">drw</a>&mdash;summer 2025
2025
</li> </li>
<li> <li>
<a target="_blank" href="https://usa.visa.com">visa</a>&mdash;summer <a target="_blank" href="https://usa.visa.com">visa</a>&mdash;summer
@ -44,6 +43,13 @@ import BaseLayout from "../layouts/BaseLayout.astro";
</ul> </ul>
</div> </div>
<div>
<h2>ideas</h2>
<ul>
<li>there are none yet</li>
</ul>
</div>
<div> <div>
<h2>contact</h2> <h2>contact</h2>
<ul> <ul>
@ -51,6 +57,12 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<li> <li>
<a target="_blank" href="https://github.com/barrettruth">github</a> <a target="_blank" href="https://github.com/barrettruth">github</a>
</li> </li>
</ul>
</div>
<div>
<h2>about</h2>
<ul>
<li> <li>
<a target="_blank" href="/resume.pdf" target="_blank">resume</a> <a target="_blank" href="/resume.pdf" target="_blank">resume</a>
</li> </li>