aboutsummaryrefslogtreecommitdiff
path: root/assets/static
Commit message (Collapse)AuthorAge
* Ensure body is always at least viewport heightNicholas Johnson7 days
| | | | | The page content area's background color should always fill the height of the viewport, even if there is not enough page content.
* Add a dark gray background to websiteNicholas Johnson7 days
| | | | This makes it more visually clear where the content begins and ends.
* Move /style.css to /static/css/style.cssNicholas Johnson2024-11-25
It's good practice to keep static website assets isolated to their own subdirectory.