Skip to content

Commit

Permalink
more color modes
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyneira committed Sep 1, 2017
1 parent 6a8c546 commit 37f1a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
color: rgba(092,147,206,1) !important;
}
.tabs .tab a{
color: rgba(092,147,206,0.7) !important;
color: rgba(092,147,206,0.6) !important;
}
.indicator{
background-color: rgba(092,147,206,1) !important;
Expand Down
4 changes: 2 additions & 2 deletions templates/teacher_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
</div>
<div class="row">
<button class="btn waves-effect waves-light lc-light-orange right" type="submit" name="action">Login</button>
<button class="btn waves-effect waves-light lc-orange right" type="submit" name="action">Login</button>
</div>
</form>
</div>
Expand Down Expand Up @@ -59,7 +59,7 @@
</div>
</div>
<div class="row">
<button class="btn waves-effect waves-light lc-light-orange right" type="submit" name="action">Signup</button>
<button class="btn waves-effect waves-light lc-orange right" type="submit" name="action">Signup</button>
</div>
</form>
</div>
Expand Down

0 comments on commit 37f1a89

Please sign in to comment.