summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2026-05-02 00:51:20 +0200
committerlsof <lsof@mailbox.org>2026-05-02 00:51:20 +0200
commit0aeca7d954a753627d0c7487fce3d57be4d9c2f7 (patch)
treef72403cf7ee6571a6a8023c70c7b2bfbabb8d0aa /static
parent418c5b0c8576efac5e242cd8118a84f2dbf3f1af (diff)
blog: selfhostingHEADmain
Diffstat (limited to 'static')
-rw-r--r--static/oembed-default-data.json4
-rw-r--r--static/style.css8
2 files changed, 12 insertions, 0 deletions
diff --git a/static/oembed-default-data.json b/static/oembed-default-data.json
new file mode 100644
index 0000000..58aa70a
--- /dev/null
+++ b/static/oembed-default-data.json
@@ -0,0 +1,4 @@
+{
+ "author_name": "lemon's site",
+ "author_url": "https://lemon.rip/"
+}
diff --git a/static/style.css b/static/style.css
index 355ca71..5289e1a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -136,3 +136,11 @@ p > img {
margin-left: auto;
margin-right: auto;
}
+
+div .footnote-definition {
+ display: flex;
+}
+
+div .footnote-definition p {
+ font-size: 10pt;
+}