Last active
January 6, 2020 13:51
-
-
Save neslinesli93/f33aa287fb8c78d76f28dfda761768b4 to your computer and use it in GitHub Desktop.
Main CSS
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
<!-- ...other styles above --> | |
@import "../../deps/phoenix_live_view/assets/css/live_view.css"; | |
@import "./game.css"; | |
html { | |
background: #292a2d; | |
color: #a9a9b3; | |
} | |
body { | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment