Skip to content

Instantly share code, notes, and snippets.

View jessding's full-sized avatar

Jessica Ding jessding

View GitHub Profile
@jessding
jessding / somscrapbook.css
Last active June 25, 2020 05:43
css for scrapbook (scrapbook.hackclub.com/jessding)
:root {
--colors-one: lightpink;
--colors-two: plum;
--colors-three: palevioletred;
--colors-four: mediumorchid;
}
@media (prefers-color-scheme: dark) {
:root {
--colors-text: var(--colors-white);