Maintained with ♥ for a performant web
Proud supporter of NextDNS and Fathom
Feel free to reach out via Mastodon
diff --git a/_includes/head.html b/_includes/head.html
index 90135d4..669f377 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,7 +1,7 @@
-
+
{{ site.title }}: {{ page.title }}
diff --git a/style.css b/style.css
index 665a853..6f5e443 100644
--- a/style.css
+++ b/style.css
@@ -11,6 +11,7 @@ html {
body {
background: #fff;
border: 2px solid #212738;
+ color: black;
font-family: 'Verdana', sans-serif;
font-size: 15px;
line-height: 1.4;
@@ -224,3 +225,15 @@ footer p {
white-space: nowrap;
}
}
+
+@media (prefers-color-scheme: dark) {
+ html {
+ background: black;
+ }
+ body {
+ filter: invert(0.85);
+ }
+ img {
+ filter: invert(1);
+ }
+}
diff --git a/submit.md b/submit.md
index ed71eb7..f462acc 100644
--- a/submit.md
+++ b/submit.md
@@ -25,7 +25,7 @@ permalink: "submit/"
### Sending Patches
-The main project repo can be found [here](https://got.btxx.org/?action=summary&path=1mb.club.git).
+The main project repo can be found [here](https://git.sr.ht/~bt/1mb-club).
[Submit a patch](https://lists.sr.ht/~bt/1mb-club-devel) and your web page will be reviewed for quality assurance. If you are not familiar with submitting patches through email, please take a look at: [git-send-email.io/](https://git-send-email.io/).
--
cgit v1.2.3-70-g09d2