diff options
Diffstat (limited to 'services/nuldoc/public/about')
| -rw-r--r-- | services/nuldoc/public/about/404.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/about/index.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/about/style.css | 10 |
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; |
