Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 23, 2019 22:32
Show Gist options
  • Save jsmanifest/a856c3392dde3a3da8eead4dc680641b to your computer and use it in GitHub Desktop.
Save jsmanifest/a856c3392dde3a3da8eead4dc680641b to your computer and use it in GitHub Desktop.
.theme-light,
.theme-dark {
box-sizing: border-box;
transition: all 0.15s ease-out;
padding: 12px;
min-height: 100vh;
}
.theme-light {
color: #145269;
background: #fff;
}
.theme-dark {
color: #fff;
background: #0b2935;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment