Skip to content

Instantly share code, notes, and snippets.

View kayleyseow's full-sized avatar
⚙️
Always making.

Kayley S. kayleyseow

⚙️
Always making.
View GitHub Profile
@kayleyseow
kayleyseow / style.css
Created July 7, 2020 00:54
CSS uploaded by scrapbook.hackclub.com/customizer
:root {
--colors-one: #d6e685;
--colors-two: #8cc665;
--colors-three: #44a340;
--colors-four: #1e6823;
}
@media (prefers-color-scheme: dark) {
:root {
--colors-text: var(--colors-white);