aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/about
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-31 17:55:09 +0900
committernsfisis <nsfisis@gmail.com>2026-05-31 17:55:09 +0900
commit322afc9d40087797cad859dc3782023c69461773 (patch)
tree51e89edbaa724cee3258935ec8d3d83699113788 /services/nuldoc/public/about
parente5378514d6fa924bcbc116cc2d955939a09d3aa0 (diff)
downloadnsfisis.dev-322afc9d40087797cad859dc3782023c69461773.tar.gz
nsfisis.dev-322afc9d40087797cad859dc3782023c69461773.tar.zst
nsfisis.dev-322afc9d40087797cad859dc3782023c69461773.zip
feat(blog): new post /posts/2026-05-31/regional-rubykaigi-sekigahara01/
Diffstat (limited to 'services/nuldoc/public/about')
-rw-r--r--services/nuldoc/public/about/404.html2
-rw-r--r--services/nuldoc/public/about/index.html2
-rw-r--r--services/nuldoc/public/about/style.css10
3 files changed, 12 insertions, 2 deletions
diff --git a/services/nuldoc/public/about/404.html b/services/nuldoc/public/about/404.html
index 0cc57490..cae61838 100644
--- a/services/nuldoc/public/about/404.html
+++ b/services/nuldoc/public/about/404.html
@@ -14,7 +14,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Page Not Found|nsfisis.dev</title>
- <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23">
+ <link rel="stylesheet" href="/style.css?h=e2a00297c169b9605af26b512083ee79">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/index.html b/services/nuldoc/public/about/index.html
index 379e6c23..27a18385 100644
--- a/services/nuldoc/public/about/index.html
+++ b/services/nuldoc/public/about/index.html
@@ -14,7 +14,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>About|nsfisis.dev</title>
- <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23">
+ <link rel="stylesheet" href="/style.css?h=e2a00297c169b9605af26b512083ee79">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/style.css b/services/nuldoc/public/about/style.css
index 4090151a..c6104dd2 100644
--- a/services/nuldoc/public/about/style.css
+++ b/services/nuldoc/public/about/style.css
@@ -328,6 +328,16 @@ img {
border-top: 1px solid #000;
}
+.footnotes .footnote {
+ display: flex;
+ gap: 0.75em;
+ align-items: baseline;
+}
+
+.footnotes .footnote p {
+ margin: 0;
+}
+
.pagination {
display: flex;
justify-content: center;