Skip to content

Commit

Permalink
💄 Fix jumbotron contrast, make all buttons use pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
merelinguist committed Dec 15, 2017
1 parent b0bc982 commit cb6d077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body {
.btn {
font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-width: 2px;
cursor: pointer;
}

.btn-primary {
Expand Down Expand Up @@ -169,6 +170,10 @@ body {
color: #999
}

.bg-white {
background-color: #fff
}


/* ==========================================================================
4. Experimentals
Expand Down
2 changes: 1 addition & 1 deletion app/templates/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}

{% block content %}
<div class="jumbotron text-center">
<div class="jumbotron text-center bg-white card">
<div>
<img src="/static/images/LudoLatin_600x100.png" class="img-fluid" alt="LudoLatin">
<h2 style="display: inline-block;">
Expand Down

0 comments on commit cb6d077

Please sign in to comment.