aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-15 02:20:55 +0900
committernsfisis <nsfisis@gmail.com>2023-03-15 02:20:55 +0900
commitbfac7998b0f7abd8dbde016535037cf1d3174336 (patch)
tree702b6b057eb88ee2eaeefba7c9ebc8f3ed13485a
parent229f35a2f498e0dd1a5760abc88176043a9af449 (diff)
downloadblog.nsfisis.dev-bfac7998b0f7abd8dbde016535037cf1d3174336.tar.gz
blog.nsfisis.dev-bfac7998b0f7abd8dbde016535037cf1d3174336.tar.zst
blog.nsfisis.dev-bfac7998b0f7abd8dbde016535037cf1d3174336.zip
fix(style): remove underline from <a> in heading
-rw-r--r--public/custom.css9
-rw-r--r--public/posts/2021-03-05/my-first-post/index.html2
-rw-r--r--public/posts/2021-03-30/phperkaigi-2021/index.html2
-rw-r--r--public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html2
-rw-r--r--public/posts/2021-10-02/python-unbound-local-error/index.html2
-rw-r--r--public/posts/2021-10-02/ruby-detect-running-implementation/index.html2
-rw-r--r--public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html2
-rw-r--r--public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html2
-rw-r--r--public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html2
-rw-r--r--public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html2
-rw-r--r--public/posts/2022-04-09/phperkaigi-2022-tokens/index.html2
-rw-r--r--public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html2
-rw-r--r--public/posts/2022-05-01/phperkaigi-2022/index.html2
-rw-r--r--public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html2
-rw-r--r--public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html2
-rw-r--r--public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html2
-rw-r--r--public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html2
-rw-r--r--public/posts/2022-10-28/setup-server-for-this-site/index.html2
-rw-r--r--public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html2
-rw-r--r--public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html2
-rw-r--r--public/posts/2023-03-10/rewrite-this-blog-generator/index.html2
-rw-r--r--public/posts/index.html2
-rw-r--r--public/tags/conference/index.html2
-rw-r--r--public/tags/cpp/index.html2
-rw-r--r--public/tags/cpp17/index.html2
-rw-r--r--public/tags/note-to-self/index.html2
-rw-r--r--public/tags/php/index.html2
-rw-r--r--public/tags/phpcon/index.html2
-rw-r--r--public/tags/phperkaigi/index.html2
-rw-r--r--public/tags/python/index.html2
-rw-r--r--public/tags/python3/index.html2
-rw-r--r--public/tags/ruby/index.html2
-rw-r--r--public/tags/ruby3/index.html2
-rw-r--r--public/tags/rust/index.html2
-rw-r--r--public/tags/vim/index.html2
-rw-r--r--static/custom.css9
36 files changed, 52 insertions, 34 deletions
diff --git a/public/custom.css b/public/custom.css
index 162e6f4..bb40a9c 100644
--- a/public/custom.css
+++ b/public/custom.css
@@ -33,6 +33,15 @@
box-shadow: none;
}
+.post-content h1 > a code,
+.post-content h2 > a code,
+.post-content h3 > a code,
+.post-content h4 > a code,
+.post-content h5 > a code,
+.post-content h6 > a code {
+ box-shadow: none;
+}
+
li.revision {
list-style: inside;
}
diff --git a/public/posts/2021-03-05/my-first-post/index.html b/public/posts/2021-03-05/my-first-post/index.html
index 539897c..d438906 100644
--- a/public/posts/2021-03-05/my-first-post/index.html
+++ b/public/posts/2021-03-05/my-first-post/index.html
@@ -10,7 +10,7 @@
<title>My First Post | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-03-30/phperkaigi-2021/index.html b/public/posts/2021-03-30/phperkaigi-2021/index.html
index 8ad79e4..038ba0d 100644
--- a/public/posts/2021-03-30/phperkaigi-2021/index.html
+++ b/public/posts/2021-03-30/phperkaigi-2021/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi 2021 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
index ed91b45..71b1388 100644
--- a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
+++ b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
@@ -11,7 +11,7 @@
<title>【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/python-unbound-local-error/index.html b/public/posts/2021-10-02/python-unbound-local-error/index.html
index 0516d6f..de4123d 100644
--- a/public/posts/2021-10-02/python-unbound-local-error/index.html
+++ b/public/posts/2021-10-02/python-unbound-local-error/index.html
@@ -11,7 +11,7 @@
<title>【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
index 1163674..1d144ea 100644
--- a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
+++ b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
@@ -11,7 +11,7 @@
<title>【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
index ed8d9e8..3197780 100644
--- a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
+++ b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
@@ -11,7 +11,7 @@
<title>【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
index 5b1f86a..0dc44e2 100644
--- a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
+++ b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
@@ -11,7 +11,7 @@
<title>Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
index 8e34b4d..ccc4db8 100644
--- a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
+++ b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
@@ -11,7 +11,7 @@
<title>【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
index f4e2b71..7f64dc8 100644
--- a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
+++ b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
@@ -11,7 +11,7 @@
<title>Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html
index bbeacb2..2226e47 100644
--- a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html
+++ b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi 2022 トークン問題の解説 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
index be694e9..bb5ee98 100644
--- a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
+++ b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
@@ -10,7 +10,7 @@
<title>term-banner: ターミナルにバナーを表示するツールを書いた | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-05-01/phperkaigi-2022/index.html b/public/posts/2022-05-01/phperkaigi-2022/index.html
index 3b8748e..cc25e50 100644
--- a/public/posts/2022-05-01/phperkaigi-2022/index.html
+++ b/public/posts/2022-05-01/phperkaigi-2022/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi 2022 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html b/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
index ea60e83..6184b97 100644
--- a/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
+++ b/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
@@ -11,7 +11,7 @@
<title>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html b/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html
index 1b7f76c..d1ee2c9 100644
--- a/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html
+++ b/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html
@@ -10,7 +10,7 @@
<title>弊社の PHP Foundation への寄付に寄せて | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
index f7ce047..4d63296 100644
--- a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
+++ b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
@@ -11,7 +11,7 @@
<title>【PHP】 fizzbuzz を書く。1行あたり2文字で。 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html b/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html
index db0e7b6..3dfb9e3 100644
--- a/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html
+++ b/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi 2023: ボツになったトークン問題 その 1 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-10-28/setup-server-for-this-site/index.html b/public/posts/2022-10-28/setup-server-for-this-site/index.html
index 71c6e44..d85873d 100644
--- a/public/posts/2022-10-28/setup-server-for-this-site/index.html
+++ b/public/posts/2022-10-28/setup-server-for-this-site/index.html
@@ -11,7 +11,7 @@
<title>【備忘録】 このサイト用の VPS をセットアップしたときのメモ | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
index 808f1b4..dcc0de8 100644
--- a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
+++ b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi 2023: ボツになったトークン問題 その 2 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html b/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html
index 81d673f..6896530 100644
--- a/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html
+++ b/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi 2023: ボツになったトークン問題 その 3 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/2023-03-10/rewrite-this-blog-generator/index.html b/public/posts/2023-03-10/rewrite-this-blog-generator/index.html
index e616cb1..90ac66a 100644
--- a/public/posts/2023-03-10/rewrite-this-blog-generator/index.html
+++ b/public/posts/2023-03-10/rewrite-this-blog-generator/index.html
@@ -10,7 +10,7 @@
<title>このブログのジェネレータを書き直した | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="single">
<header class="header">
diff --git a/public/posts/index.html b/public/posts/index.html
index b1cca3a..307c78b 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -10,7 +10,7 @@
<title>投稿一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html
index d57957d..2d65e01 100644
--- a/public/tags/conference/index.html
+++ b/public/tags/conference/index.html
@@ -11,7 +11,7 @@
<title>カンファレンス | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html
index 6f73767..d37ca57 100644
--- a/public/tags/cpp/index.html
+++ b/public/tags/cpp/index.html
@@ -11,7 +11,7 @@
<title>C++ | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html
index b94f92f..714e51a 100644
--- a/public/tags/cpp17/index.html
+++ b/public/tags/cpp17/index.html
@@ -11,7 +11,7 @@
<title>C++ 17 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/note-to-self/index.html b/public/tags/note-to-self/index.html
index b317128..4c66240 100644
--- a/public/tags/note-to-self/index.html
+++ b/public/tags/note-to-self/index.html
@@ -11,7 +11,7 @@
<title>備忘録 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/php/index.html b/public/tags/php/index.html
index 4373e8c..de56aef 100644
--- a/public/tags/php/index.html
+++ b/public/tags/php/index.html
@@ -11,7 +11,7 @@
<title>PHP | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html
index caf4c32..8366323 100644
--- a/public/tags/phpcon/index.html
+++ b/public/tags/phpcon/index.html
@@ -11,7 +11,7 @@
<title>PHP カンファレンス | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html
index cbdf633..d9e6cc1 100644
--- a/public/tags/phperkaigi/index.html
+++ b/public/tags/phperkaigi/index.html
@@ -11,7 +11,7 @@
<title>PHPerKaigi | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/python/index.html b/public/tags/python/index.html
index 05004e8..ae3445c 100644
--- a/public/tags/python/index.html
+++ b/public/tags/python/index.html
@@ -11,7 +11,7 @@
<title>Python | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html
index c35e3d1..dc59ad3 100644
--- a/public/tags/python3/index.html
+++ b/public/tags/python3/index.html
@@ -11,7 +11,7 @@
<title>Python 3 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html
index 4bda2c4..6c288e8 100644
--- a/public/tags/ruby/index.html
+++ b/public/tags/ruby/index.html
@@ -11,7 +11,7 @@
<title>Ruby | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html
index a103334..89bba93 100644
--- a/public/tags/ruby3/index.html
+++ b/public/tags/ruby3/index.html
@@ -11,7 +11,7 @@
<title>Ruby 3 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html
index 1a1ce58..fdd6b80 100644
--- a/public/tags/rust/index.html
+++ b/public/tags/rust/index.html
@@ -11,7 +11,7 @@
<title>Rust | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html
index a9bc5fb..343d731 100644
--- a/public/tags/vim/index.html
+++ b/public/tags/vim/index.html
@@ -11,7 +11,7 @@
<title>Vim | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
<link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
- <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
+ <link rel="stylesheet" href="/custom.css?h=9d2c451c42feb3350daea746cde36416">
</head>
<body class="list">
<header class="header">
diff --git a/static/custom.css b/static/custom.css
index 162e6f4..bb40a9c 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -33,6 +33,15 @@
box-shadow: none;
}
+.post-content h1 > a code,
+.post-content h2 > a code,
+.post-content h3 > a code,
+.post-content h4 > a code,
+.post-content h5 > a code,
+.post-content h6 > a code {
+ box-shadow: none;
+}
+
li.revision {
list-style: inside;
}