diff --git a/changelog.md b/changelog.md index b32a463..9fc8680 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,12 @@ - Typo on nav ### Next +#### Feature +- Add date filter to activity view + +#### Improve +- Smaller text in table header + #### Fix - Cache clear in update.bat - Cache clear in README \ No newline at end of file diff --git a/public/styles/table.css b/public/styles/table.css index 242e973..f06acd3 100644 --- a/public/styles/table.css +++ b/public/styles/table.css @@ -8,7 +8,7 @@ background-color: var(--primary-light); color: var(--secondary); font-weight: bold; - font-size: 1.5rem; + font-size: 1.25rem; padding-left: 1rem; padding-right: 1rem; padding-top: 0.25rem;