Skip to content

Commit

Permalink
button color matching with theme
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnim1212 committed Sep 14, 2017
1 parent 3ee7ad7 commit 920df7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

.card-header {
background-color: #129CF3;
background-color: #424242;
color: white;
font-family: 'Raleway', sans-serif;
font-size: 19px;
Expand All @@ -66,14 +66,14 @@

.btn-primary, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
background: transparent;
border-color: #129CF3;
border-color: #424242;
border-radius: 3px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
font-size: 19px;
color: #129CF3;
color: #424242;
transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
Expand All @@ -83,5 +83,5 @@

.btn-primary:hover {
color: #fff;
background-color: #129CF3;
background-color: #424242;
}

0 comments on commit 920df7f

Please sign in to comment.