summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e967211..03d0bf8 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This is the source code of my personal internet site and blog engine. All conten
* Via "normal" HTML: [https://snonux.de](https://snonux.de) or [https://buetow.org](https://buetow.org) (Actually it's XHTML Transitional 1.0)
* Via [Gemini Webproxy](https://portal.mozz.us/gemini/snonux.de)
* Via [Codeberg Markdown](https://codeberg.org/snonux/snonux.de/src/branch/content-md/index.md)
-* Via Codeberg Page: [https://snonux.codeberg.page](https://snonux.codeberg.page) (from HTML)
+* Via Codeberg Page (with custom domain): [https://www2.snonux.de](https://www2.snonux.de) (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.
Have a look at the `content-*` branches of the [snonux.de Git](https://codeberg.org/snonux/snonux.de) project for static content examples.
diff --git a/style.css b/style.css
index 15867b5..8682def 100644
--- a/style.css
+++ b/style.css
@@ -57,7 +57,7 @@ a.textlink:before {
}
p.quote {
- color: #ffffff;
+ color: cyan;
}
p.quote:before {