diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-09 01:13:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-09 01:13:50 +0900 |
| commit | 6714ecbdf9f59b0dce53ff9163c85b221dc394fa (patch) | |
| tree | 7cdefcf6fdb7232d7a8528c0e50ce53eee870cb2 | |
| parent | ff4a917800d99f792a006d12107ea901670e55df (diff) | |
| download | blog.nsfisis.dev-6714ecbdf9f59b0dce53ff9163c85b221dc394fa.tar.gz blog.nsfisis.dev-6714ecbdf9f59b0dce53ff9163c85b221dc394fa.tar.zst blog.nsfisis.dev-6714ecbdf9f59b0dce53ff9163c85b221dc394fa.zip | |
style: remove underline from a tag in heading
35 files changed, 51 insertions, 33 deletions
diff --git a/public/custom.css b/public/custom.css index d3b1672..162e6f4 100644 --- a/public/custom.css +++ b/public/custom.css @@ -24,6 +24,15 @@ .post-content h5::before { content: '####'; } .post-content h6::before { content: '#####'; } +.post-content h1 > a, +.post-content h2 > a, +.post-content h3 > a, +.post-content h4 > a, +.post-content h5 > a, +.post-content h6 > a { + 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 7d7744c..6096bec 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 43267d5..0756218 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 233908b..63a1e08 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 ee8d6f2..6654251 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 'x' referenced before assignment | REPL: Rest-Eat-Program Loop</title> <link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f"> <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 cf04687..6ca54fb 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 2c6e31c..889c29c 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 76443a8..12986e9 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 8144f03..c7013bd 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 14beb7f..f07511c 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 855836e..1e3b80e 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 109a523..35fb1e6 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 ef2a0fb..1fbcfc5 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 f35bd10..52e3989 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 fde05ad..41f0240 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 53be0ae..7be9908 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 4801e5d..5d0b540 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 7528251..b38d626 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 e785f4f..b6c9500 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 a20444e..1ba1bdf 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="single"> <header class="header"> diff --git a/public/posts/index.html b/public/posts/index.html index 28f36e5..d04ded2 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html index c3e7a26..d47653e 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html index e1b9d2e..dfc899a 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html index 52acbcf..0fd15a8 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </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 162b92c..bf2951b 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index 719c4a1..fa4a753 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html index 5b4e28f..eab2343 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html index 0899911..86c2bcc 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/python/index.html b/public/tags/python/index.html index 7b1643f..95d4c5f 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html index 17470ce..39ccf1f 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html index 06a79d4..c0a5943 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html index f127cdf..30c642b 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html index 683a105..23f2c19 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html index addba5c..d264289 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=779b1a3debcaeba619f6fe500e93d525"> - <link rel="stylesheet" href="/custom.css?h=a649ea3528d4b626fb636505d94c1144"> + <link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807"> </head> <body class="list"> <header class="header"> diff --git a/static/custom.css b/static/custom.css index d3b1672..162e6f4 100644 --- a/static/custom.css +++ b/static/custom.css @@ -24,6 +24,15 @@ .post-content h5::before { content: '####'; } .post-content h6::before { content: '#####'; } +.post-content h1 > a, +.post-content h2 > a, +.post-content h3 > a, +.post-content h4 > a, +.post-content h5 > a, +.post-content h6 > a { + box-shadow: none; +} + li.revision { list-style: inside; } |
