aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/default
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/public/default')
-rw-r--r--services/nuldoc/public/default/404.html2
-rw-r--r--services/nuldoc/public/default/index.html2
-rw-r--r--services/nuldoc/public/default/style.css10
3 files changed, 11 insertions, 3 deletions
diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html
index 7b49775..8b0c891 100644
--- a/services/nuldoc/public/default/404.html
+++ b/services/nuldoc/public/default/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/default/index.html b/services/nuldoc/public/default/index.html
index e271f18..49b4134 100644
--- a/services/nuldoc/public/default/index.html
+++ b/services/nuldoc/public/default/index.html
@@ -15,7 +15,7 @@
<link rel="alternate" type="application/atom+xml" href="https://nsfisis.dev/atom.xml">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>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/default/style.css b/services/nuldoc/public/default/style.css
index 8c848bc..160273e 100644
--- a/services/nuldoc/public/default/style.css
+++ b/services/nuldoc/public/default/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;