aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--404.html2
-rw-r--r--_includes/footer.html4
-rwxr-xr-x_includes/head.html2
-rw-r--r--style.css13
-rw-r--r--submit.md2
5 files changed, 18 insertions, 5 deletions
diff --git a/404.html b/404.html
index b24e1d6..c992d9c 100644
--- a/404.html
+++ b/404.html
@@ -6,5 +6,5 @@ layout: default
<h2>404</h2>
<p><strong>Page not found :(</strong></p>
- <p>The requested page could not be found.</p>
+ <p>The requested page could not be found. Try going <a href="/">back to the homepage</a>.</p>
<hr>
diff --git a/_includes/footer.html b/_includes/footer.html
index a115375..3a6468c 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,8 +2,8 @@
<footer>
<p>The content for this site is <a
href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
- The <a href="https://got.btxx.org/?action=summary&path=1mb.club.git">code for this site</a> is <a
- href="https://got.btxx.org/?action=blob&commit=92559c7ecc1c4e139441a237953c75096af3de0e&file=LICENSE&folder=&path=1mb.club.git">MIT</a></p>
+ The <a href="https://git.sr.ht/~bt/1mb-club">code for this site</a> is <a
+ href="https://git.sr.ht/~bt/1mb-club/tree/master/item/LICENSE">MIT</a></p>
<p>Maintained with &hearts; for a performant web<br>
Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br>
Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br>
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 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
+ <meta name="color-scheme" content="dark light">
<title>{{ site.title }}: {{ page.title }}</title>
<meta name="description" content="{{ site.description }}">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png">
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/).