Created
May 28, 2019 17:52
-
-
Save kitze/1bcecee2bcdd88e4c8a6e6694ebbe55e to your computer and use it in GitHub Desktop.
app styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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