Skip to content

Instantly share code, notes, and snippets.

@kitze
Created May 28, 2019 17:52
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 kitze/1bcecee2bcdd88e4c8a6e6694ebbe55e to your computer and use it in GitHub Desktop.
Save kitze/1bcecee2bcdd88e4c8a6e6694ebbe55e to your computer and use it in GitHub Desktop.
app styles
.App {
font-family: sans-serif;
}
body {
background-color: rgb(36, 36, 36);
color: white;
}
.article {
margin-top: 10px;
padding: 15px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
}
.article button {
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment