Skip to content

Instantly share code, notes, and snippets.

@safinsingh
Last active January 9, 2021 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save safinsingh/507a4911d20bc689110b8828b0e31294 to your computer and use it in GitHub Desktop.
Save safinsingh/507a4911d20bc689110b8828b0e31294 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');
:root {
color-scheme: light dark;
--fonts-body: "Rubik",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: #0c0d0d;
--colors-slate: #3b413a;
--colors-muted: #777f76;
--colors-smoke: #d5d8d5;
--colors-snow: #fff;
--colors-white: #fff;
--colors-pink: #ff62dc;
--colors-orange: #ff5b00;
--colors-yellow: #0e997d;
--colors-green: #28ff00;
--colors-cyan: #0e997d;
--colors-blue: #0e997d;
--colors-purple: #0e997d;
--colors-text: var(--colors-black);
--colors-background: var(--colors-snow);
--colors-sheet: var(--colors-white);
--colors-elevated: var(--colors-white);
--colors-sunken: var(--colors-smoke);
}
.header-streak-count {
color: var(--colors-snow);
}
.badge svg, .header-streak svg, .header-streak-plural svg {
fill: white;
}
.header-chart {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment