From 6714ecbdf9f59b0dce53ff9163c85b221dc394fa Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 9 Mar 2023 01:13:50 +0900 Subject: style: remove underline from a tag in heading --- public/custom.css | 9 +++++++++ public/posts/2021-03-05/my-first-post/index.html | 2 +- public/posts/2021-03-30/phperkaigi-2021/index.html | 2 +- .../2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 2 +- public/posts/2021-10-02/python-unbound-local-error/index.html | 2 +- .../2021-10-02/ruby-detect-running-implementation/index.html | 2 +- public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html | 2 +- .../2021-10-02/rust-where-are-primitive-types-from/index.html | 2 +- .../index.html | 2 +- .../posts/2021-10-02/vim-swap-order-of-selected-lines/index.html | 2 +- public/posts/2022-04-09/phperkaigi-2022-tokens/index.html | 2 +- .../term-banner-write-tool-showing-banner-in-terminal/index.html | 2 +- public/posts/2022-05-01/phperkaigi-2022/index.html | 2 +- .../posts/2022-08-27/php-conference-okinawa-code-golf/index.html | 2 +- .../support-for-communty-is-employee-benefits/index.html | 2 +- .../write-fizzbuzz-in-php-2-letters-per-line/index.html | 2 +- .../2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html | 2 +- public/posts/2022-10-28/setup-server-for-this-site/index.html | 2 +- .../2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html | 2 +- .../2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html | 2 +- public/posts/index.html | 2 +- public/tags/conference/index.html | 2 +- public/tags/cpp/index.html | 2 +- public/tags/cpp17/index.html | 2 +- public/tags/note-to-self/index.html | 2 +- public/tags/php/index.html | 2 +- public/tags/phpcon/index.html | 2 +- public/tags/phperkaigi/index.html | 2 +- public/tags/python/index.html | 2 +- public/tags/python3/index.html | 2 +- public/tags/ruby/index.html | 2 +- public/tags/ruby3/index.html | 2 +- public/tags/rust/index.html | 2 +- public/tags/vim/index.html | 2 +- static/custom.css | 9 +++++++++ 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 @@ My First Post | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi 2021 | REPL: Rest-Eat-Program Loop - +
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 @@ 【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop - +
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 @@ 【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment | REPL: Rest-Eat-Program Loop - +
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 @@ 【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop - +
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 @@ 【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop - +
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 @@ Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop - +
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 @@ 【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop - +
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 @@ Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi 2022 トークン問題の解説 | REPL: Rest-Eat-Program Loop - +
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 @@ term-banner: ターミナルにバナーを表示するツールを書いた | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi 2022 | REPL: Rest-Eat-Program Loop - +
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 @@ PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた | REPL: Rest-Eat-Program Loop - +
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 @@ 弊社の PHP Foundation への寄付に寄せて | REPL: Rest-Eat-Program Loop - +
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 @@ 【PHP】 fizzbuzz を書く。1行あたり2文字で。 | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi 2023: ボツになったトークン問題 その 1 | REPL: Rest-Eat-Program Loop - +
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 @@ 【備忘録】 このサイト用の VPS をセットアップしたときのメモ | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi 2023: ボツになったトークン問題 その 2 | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi 2023: ボツになったトークン問題 その 3 | REPL: Rest-Eat-Program Loop - +
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 @@ 投稿一覧 | REPL: Rest-Eat-Program Loop - +
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 @@ カンファレンス | REPL: Rest-Eat-Program Loop - +
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 @@ C++ | REPL: Rest-Eat-Program Loop - +
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 @@ C++ 17 | REPL: Rest-Eat-Program Loop - +
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 @@ 備忘録 | REPL: Rest-Eat-Program Loop - +
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 @@ PHP | REPL: Rest-Eat-Program Loop - +
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 @@ PHP カンファレンス | REPL: Rest-Eat-Program Loop - +
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 @@ PHPerKaigi | REPL: Rest-Eat-Program Loop - +
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 @@ Python | REPL: Rest-Eat-Program Loop - +
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 @@ Python 3 | REPL: Rest-Eat-Program Loop - +
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 @@ Ruby | REPL: Rest-Eat-Program Loop - +
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 @@ Ruby 3 | REPL: Rest-Eat-Program Loop - +
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 @@ Rust | REPL: Rest-Eat-Program Loop - +
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 @@ Vim | REPL: Rest-Eat-Program Loop - +
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; } -- cgit v1.2.3-70-g09d2