@metalune@fosstodon.org
Some changes I'd make:
/* use a truer dark mode that actually helps eyes at night. "kinda dark mode" mode is a plague that must be stopped */
@media(perfers-color-scheme: dark) {
body {
background: #111;
color: #ccc;
}
}
Swap <div class="project-card"> for <section> or <section class="project-card">
section {
margin: 1rem auto;
padding: 0 1rem;
}
Otherwise, excellent website.