jake-hansen / nova

NOVA project for Software Engineering at UNO.
1 stars 0 forks source link

Change student view theming for better visibility #24

Closed jake-hansen closed 4 years ago

jake-hansen commented 4 years ago

Issue: I noticed that the cards for the student view have a dark background and could be hard to see for some users.

Solution: The titles of the cards should keep a dark background with light text, for visibility and to stick with the overall theme, but the body of the cards should have a light background with dark text. This will be similar to what theme is present currently for the card divs on the account page.

Here is an example of one of the cards that would need to be changed.

https://github.com/jake-hansen/nova/blob/3e0d4b23debe3b798948659f706f61fe4ba44132/novaweb/src/main/webapp/index.jsp#L74-L75

Each card on the index page, similar to above, would be changed to the following:

<div class="card mb-3">
   <div class="card-header bg-dark text-light"><h5>Law Enforcement/EMS Updates</h5></div>

By making this change, the appearance would go from this:

image

To this:

image