Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Make dropdown font colour white instead of grey (mher#815)
Browse files Browse the repository at this point in the history
The grey colour is hard to read with the green background. The white
colour is easy to read.
  • Loading branch information
mwiens91 authored and mher committed Jul 4, 2018
1 parent ceb6e1b commit 2f674aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flower/static/css/flower.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,10 @@
width: 100%;
display: inline-block;
}

/* Modify bootstrap dropdown menu to have white font colour instead of
* gray (recall that the background is green) */
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
color: #ffffff;
}

0 comments on commit 2f674aa

Please sign in to comment.