Skip to content

Instantly share code, notes, and snippets.

@thatDaiwikKashyap
Created September 13, 2020 12:57
Show Gist options
  • Save thatDaiwikKashyap/5a581381defa2619a222a866030cc986 to your computer and use it in GitHub Desktop.
Save thatDaiwikKashyap/5a581381defa2619a222a866030cc986 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
@media (prefers-color-scheme: dark)
:root {
--colors-text: var(--colors-white);
--colors-background: var(--colors-darker);
--colors-sheet: var(--colors-darkless);
--colors-elevated: var(--colors-darkless);
--colors-sunken: var(--colors-darker);
}
element.style {
}
.header-content audio {
margin-top: 6px;
margin-bottom: 12px;
}
.header-content audio {
margin-top: 6px;
margin-bottom: 12px;
}
*, :after, :before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
user agent stylesheet
audio {
width: 300px;
height: 54px;
}
body {
font-family: 'Russo One', sans-serif;
}
body {
position: relative;
min-height: 100%;
margin: 0;
line-height: 1.5;
font-family: var(--fonts-body);
font-weight: 400;
scroll-behavior: smooth;
background-color: var(--colors-background);
color: var(--colors-text);
}
:root {
--colors-one: #40c463;
--colors-two: Red;
--colors-three: blue;
--colors-four: #40c463;
--colors-background: Black;
--colors-muted: Chartreuse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment