aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/about
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-30 04:06:06 +0900
committernsfisis <nsfisis@gmail.com>2025-11-30 04:12:12 +0900
commit02b258b7f16793f1365d60d7ee3003f0e6c010f8 (patch)
treeb54d8adc6c9ca41d1a1f13982ad2bc48d6690bac /services/nuldoc/public/about
parentcec2e76d5c122dddd7925579f77e8428c024cd38 (diff)
downloadnsfisis.dev-02b258b7f16793f1365d60d7ee3003f0e6c010f8.tar.gz
nsfisis.dev-02b258b7f16793f1365d60d7ee3003f0e6c010f8.tar.zst
nsfisis.dev-02b258b7f16793f1365d60d7ee3003f0e6c010f8.zip
feat(nuldoc): Show "#" sign in tags
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, 11 insertions, 3 deletions
diff --git a/services/nuldoc/public/about/404.html b/services/nuldoc/public/about/404.html
index 7b49775..8b0c891 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=9d424d92877741e194de056c1d1ca8a3">
+ <link rel="stylesheet" href="/style.css?h=c171793a210d62f7ff2ddf54208f34e5">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/index.html b/services/nuldoc/public/about/index.html
index 89a6210..c6694c1 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=9d424d92877741e194de056c1d1ca8a3">
+ <link rel="stylesheet" href="/style.css?h=c171793a210d62f7ff2ddf54208f34e5">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/style.css b/services/nuldoc/public/about/style.css
index 8c848bc..160273e 100644
--- a/services/nuldoc/public/about/style.css
+++ b/services/nuldoc/public/about/style.css
@@ -148,7 +148,7 @@ blockquote {
.tag {
display: inline-block;
- padding: 3px 8px;
+ padding: 0;
font-size: 0.9rem;
margin-right: 5px;
margin-bottom: 5px;
@@ -159,6 +159,14 @@ blockquote {
border: none;
}
+.tag-inner {
+ padding: 3px 8px;
+}
+
+.tag-inner::before {
+ content: "# ";
+}
+
.entry-tags {
display: block;
list-style: none;