Skip to content

Commit

Permalink
Merge pull request #54 from questionlp/develop
Browse files Browse the repository at this point in the history
Update header/footer nav links font weight, responsive font size
  • Loading branch information
questionlp authored Dec 1, 2024
2 parents 0a78900 + efd21ff commit 2024ea3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 3.0.4

### Application Changes

- Update `wwdtm-theme` to set font weight for header and footer navigation links to `500`
- Tweak responsive font sizing for `root` in `wwdtm-theme` with a range of 14.5px and 16.75px

## 3.0.3

### Application Changes
Expand Down
6 changes: 5 additions & 1 deletion app/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11520,7 +11520,7 @@ textarea.form-control-lg {
}
}
:root {
--bs-body-font-size: clamp(14px, calc(14px + 0.325vw), 16.5px);
--bs-body-font-size: clamp(14.5px, calc(14px + 0.325vw), 16.75px);
}

body .tooltip {
Expand Down Expand Up @@ -11552,6 +11552,7 @@ header .navbar .nav-item hr {
}
header .navbar .nav-link {
padding: var(--bs-nav-link-padding-y) 0.75rem;
font-weight: 500;
}
header .navbar .nav-link:hover {
background-color: #0043ce;
Expand Down Expand Up @@ -12082,6 +12083,9 @@ footer a {
footer .links {
background-color: #0043ce;
}
footer .links a {
font-weight: 500;
}
footer .links ul {
list-style: none;
margin-bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/static/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# vim: set noai syntax=python ts=4 sw=4:
"""Version module for Wait Wait Reports."""

APP_VERSION = "3.0.3"
APP_VERSION = "3.0.4"
2 changes: 1 addition & 1 deletion scss
Submodule scss updated 1 files
+7 −1 wwdtm/_styles.scss

0 comments on commit 2024ea3

Please sign in to comment.