Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:48
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 marshallmurphy/5440b09bf2f32d809d0c3aa630f20f2b to your computer and use it in GitHub Desktop.
Save marshallmurphy/5440b09bf2f32d809d0c3aa630f20f2b to your computer and use it in GitHub Desktop.
.App {
text-align: center;
min-height: 100vh;
transition: background-color 1s;
}
.darkBg {
background-color: #282c34;
}
.lightBg {
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment