Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Last active January 6, 2020 13:51
Show Gist options
  • Save neslinesli93/f33aa287fb8c78d76f28dfda761768b4 to your computer and use it in GitHub Desktop.
Save neslinesli93/f33aa287fb8c78d76f28dfda761768b4 to your computer and use it in GitHub Desktop.
Main CSS
<!-- ...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