summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-13 10:08:25 +0000
committerPaul Buetow <paul@buetow.org>2022-01-13 10:08:25 +0000
commit0578abd23e99bac6c8af27b9107d9b7ac6bea0ab (patch)
tree5ecd6c3cc680e2f3c73c9b91b59afe5207d9a774
parent8caa976ca4c5dd4b399d02ebc198d3a9db1e7bdb (diff)
codeberg page now uses a custom domain
-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 {