Skip to content

Commit

Permalink
Merge pull request #75 from questionlp/develop
Browse files Browse the repository at this point in the history
Remove alpha transparency for footer font color
  • Loading branch information
questionlp authored Jun 30, 2024
2 parents 4f68180 + 8adfdd0 commit d1fd16a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 5.12.1

### Application Changes

- Change the footer font color to remove alpha transparency to improve readability

## 5.12.0

### Application Changes
Expand Down
3 changes: 2 additions & 1 deletion app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
nav a.sidenav-trigger { display: initial; }
nav .brand-logo { font-size: 1.5rem; }
footer { margin-top: 2rem; }
footer a { border-bottom: 1px dotted; color: rgba(255,255,255,0.9); }
footer a { border-bottom: 1px dotted; color: white !important; }
footer .footer-copyright { color: white !important; }
h1 { font-size: 1.5rem; font-weight: 600; margin: 1.5rem 0 1.5rem 0; }
h1.print-only { display: none; visibility: hidden; }
h2 { font-size: 1.25rem; font-weight: 600; margin: 1.25rem 0 1.25rem 0; }
Expand Down
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# vim: set noai syntax=python ts=4 sw=4:
"""Application Version for Wait Wait Stats Page."""
APP_VERSION = "5.12.0"
APP_VERSION = "5.12.1"

0 comments on commit d1fd16a

Please sign in to comment.