From 1e79ef5b01e904f99966af63c576597e5c0a6492 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 2 Apr 2022 20:36:04 +0100 Subject: fix addresses --- README.md | 2 +- footer.html.part | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 414f5ac..a41fdb8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the source code of my personal internet site and blog engine. All conten * Via Gemini/Gemtext: [gemini://foo.zone](gemini://foo.zone) (You need a Gemini client for this) * Via "normal" HTML: [https://foo.zone](https://foo.zone) (Actually it's XHTML Transitional 1.0) * Via [Gemini Webproxy](https://portal.mozz.us/gemini/foo.zone) -* Via [Codeberg Markdown](https://codeberg.org/snonux/foozone/src/branch/content-md/index.md) +* Via [Codeberg Markdown](https://codeberg.org/snonux/foo.zone/src/branch/content-md/index.md) * Via Codeberg Page (with custom domain): [https://www2.buetow.org](https://www2.buetow.org) (from HTML) * Via GitHub Page: It's possible to create a GitHub page from the Markdown output but I won't demo it anymore as I moved this project to Codeberg. diff --git a/footer.html.part b/footer.html.part index fe5dcb2..997364c 100644 --- a/footer.html.part +++ b/footer.html.part @@ -1,5 +1,5 @@ diff --git a/style.css b/style.css index 328ad6e..d62b6ae 100644 --- a/style.css +++ b/style.css @@ -2,12 +2,12 @@ body { margin: auto; padding-left: 11px; padding-right: 11px; - max-width: 900px; background-color: #8fbc8f; color: #ddddce; font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; font-style: normal; font-variant: normal; + max-width: 900px; } h1 { -- cgit v1.2.3