diff --git a/README b/README index 1bd73fb..9ff4d36 100644 --- a/README +++ b/README @@ -2,6 +2,12 @@ This is the source code for https://wiki.cafe. +# TODO: +- [ ] Implement dark mode +- [ ] Proper typography. Potentially use clamp. Research appropriate proportions. +- [ ] Add links to other sites. +- [ ] Support adding modification date to pages. + ## Reference Serve Hugo site with Docker diff --git a/themes/wikidarity/assets/css/main.css b/themes/wikidarity/assets/css/main.css index 5d5943d..cd218ca 100644 --- a/themes/wikidarity/assets/css/main.css +++ b/themes/wikidarity/assets/css/main.css @@ -92,6 +92,7 @@ body { display: flex; flex-direction: column; gap: 2rem; + justify-content: space-between; } h1, @@ -227,6 +228,11 @@ header { } } +/* Main Styles */ +main { + flex: 1; +} + /* Footer Styles */ footer {