Skip to content

Commit

Permalink
updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 1, 2018
1 parent 48532fa commit 0841d68
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tracker/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ input,
color: #ffffff;
}

.collection .collection-item,
.collection .collection-item.active {
background-color: #1a1a1f;
color: #ffffff;
}

.collection a.collection-item:not(.active):hover,
.collection a.collection-item {
background-color: #323237;
color: #ffffff;
}

span.badge {
color: #ffffff;
}

/* Navbar */
.navbar-brand{
padding: 30px 30px 30px 15px;
Expand Down

0 comments on commit 0841d68

Please sign in to comment.