Skip to content

Instantly share code, notes, and snippets.

View cjdenio's full-sized avatar
🐢
look a turtle

Caleb Denio cjdenio

🐢
look a turtle
View GitHub Profile
:root {
--font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Fira Sans', Oxygen, Ubuntu, 'Helvetica Neue', sans-serif;
--muted: #8492a6;
--slate: #3c4858;
--darkless: #252429;
--dark: #17171d;
}
body {
background-color: var(--dark);