Skip to content

Instantly share code, notes, and snippets.

View Sarthak-Dayal's full-sized avatar
👨‍💻
Learning, creating, and learning again.

Sarthak Dayal Sarthak-Dayal

👨‍💻
Learning, creating, and learning again.
  • Ronald Reagan High School
  • San Antonio, Texas
View GitHub Profile
:root {
color-scheme: light dark;
--fonts-body: "Baloo 2",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
--fonts-display: "Shrikhand",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
--fonts-mono: "SF Mono","Roboto Mono",Menlo,Consolas,monospace;
--colors-darker: #151613;
--colors-dark: #20201d;
--colors-darkless: #2b2b27;
--colors-black: #b5b5b5;
--colors-slate: #3b413a;