diff --git a/content/projects/kitsucafe.toml b/content/projects/kitsucafe.toml
index cc98c03..b458d0c 100644
--- a/content/projects/kitsucafe.toml
+++ b/content/projects/kitsucafe.toml
@@ -1,6 +1,6 @@
title = "kitsu.cafe"
created_date = "2023-08-12T00:05:30Z"
type = ["site"]
-link = "https://github.com/kitsunecafe/kitsunecafe.github.io"
+link = "https://kitsu.cafe"
description = "This website -- made with
Roxy."
diff --git a/package b/package
new file mode 100755
index 0000000..216dd79
--- /dev/null
+++ b/package
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+(cd dist; zip -r ../pkg.zip .)
+
diff --git a/pkg.zip b/pkg.zip
new file mode 100644
index 0000000..e9684c1
Binary files /dev/null and b/pkg.zip differ
diff --git a/static/css/main.css b/static/css/main.css
index bc8e41c..1f77419 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -45,6 +45,7 @@
--link-visited-color: var(--quaternary-triad-2-color);
--list-marker-color: var(--secondary-triad-1-color);
+ --muted-color: var(--grey);
}
@media (prefers-color-scheme: light) {
@@ -57,6 +58,7 @@
--header-color: var(--quaternary-color);
--link-color: var(--quaternary-complement-color);
+ --muted-color: var(--dark-grey);
}
}
@@ -248,7 +250,7 @@ nav li::before {
}
.muted {
- color: var(--grey);
+ color: var(--muted-color);
}
.center-text {