aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/about
diff options
context:
space:
mode:
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.css14
3 files changed, 9 insertions, 9 deletions
diff --git a/services/nuldoc/public/about/404.html b/services/nuldoc/public/about/404.html
index 466c34d4..0cc57490 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=81dfc0b483beda175e3e17562faac7c9">
+ <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/index.html b/services/nuldoc/public/about/index.html
index fa6942a0..65b83d9d 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=81dfc0b483beda175e3e17562faac7c9">
+ <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/style.css b/services/nuldoc/public/about/style.css
index eba86a34..4090151a 100644
--- a/services/nuldoc/public/about/style.css
+++ b/services/nuldoc/public/about/style.css
@@ -181,18 +181,18 @@ code {
font-size: 0.9rem;
}
-.shiki code {
+.codeblock code {
background-color: unset;
padding: 0;
}
/* https://github.com/shikijs/shiki/issues/3 */
-.shiki code {
+.codeblock.numbered code {
counter-reset: codeblock-line-number;
counter-increment: codeblock-line-number 0;
}
-.numbered .shiki code .line::before {
+.codeblock.numbered code .codeblock-line::before {
content: counter(codeblock-line-number);
counter-increment: codeblock-line-number;
width: 2rem;
@@ -280,7 +280,7 @@ h1 {
.admonition {
background-color: #f5f5f5;
- border: 1px solid #d1d1d1;
+ border: 1px solid #ddd;
padding: 1rem 1.5rem;
margin: 1rem 0;
}
@@ -335,8 +335,8 @@ img {
gap: 1rem;
margin: 2rem 0;
padding: 1rem 0;
- border-top: 1px solid #d1d1d1;
- border-bottom: 1px solid #d1d1d1;
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
}
.pagination-page {
@@ -368,7 +368,7 @@ img {
color: #fff;
}
-.pagination-elipsis {
+.pagination-ellipsis {
color: #999;
}