add background

This commit is contained in:
Zachary Chai
2016-11-02 16:32:23 -04:00
parent 595ff619c8
commit 29a0796a5c
3 changed files with 9 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>
<body data-controller="<%= params[:controller] %>" data-action="<%= params[:action] %>">
<body class="app-background" data-controller="<%= params[:controller] %>" data-action="<%= params[:action] %>">
<!-- Messages -->
<div id='messages' class='hidden'>
</div>