Skip to content

Commit

Permalink
Updated buttons color
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 3, 2018
1 parent 1bc2c35 commit c877aa3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
width: 30%;
}

.material {
background-color: #263238;
}

.logo {
padding-top: 30px !important;
}
Expand Down Expand Up @@ -219,8 +223,8 @@ <h5 class="col s12 light">Machine learning movie recommender</h5>
<h6 class="col s12 light"><span id="gh-latest"></span></h6>
</div>
<div class="row center">
<a href="https:/klauscfhq/moviebox/releases/latest" class="btn-large waves-effect waves-light btn-spacing black"><i class="fa fa-download left"></i>Download</a>
<a href="https:/klauscfhq/moviebox" class="btn-large waves-effect waves-light btn-spacing black"><i class="fa fa-code-fork left"></i>View Source</a>
<a href="https:/klauscfhq/moviebox/releases/latest" class="btn-large waves-effect waves-light btn-spacing material"><i class="fa fa-download left"></i>Download</a>
<a href="https:/klauscfhq/moviebox" class="btn-large waves-effect waves-light btn-spacing material"><i class="fa fa-code-fork left"></i>View Source</a>
</div>
</div>
</div>
Expand Down

0 comments on commit c877aa3

Please sign in to comment.