From 899ab9679f6c7a4b9e32b49ada823168b2c9738d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 20 Mar 2023 20:21:32 +0900 Subject: feat(style): make font-weight of nav items except for site logo normal --- nuldoc-src/components/global_header.ts | 2 +- public/404.html | 4 ++-- public/about/index.html | 4 ++-- public/index.html | 4 ++-- public/posts/2021-03-05/my-first-post/index.html | 4 ++-- public/posts/2021-03-30/phperkaigi-2021/index.html | 4 ++-- .../2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 4 ++-- public/posts/2021-10-02/python-unbound-local-error/index.html | 4 ++-- public/posts/2021-10-02/ruby-detect-running-implementation/index.html | 4 ++-- public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html | 4 ++-- .../posts/2021-10-02/rust-where-are-primitive-types-from/index.html | 4 ++-- .../index.html | 4 ++-- public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html | 4 ++-- public/posts/2022-04-09/phperkaigi-2022-tokens/index.html | 4 ++-- .../term-banner-write-tool-showing-banner-in-terminal/index.html | 4 ++-- public/posts/2022-05-01/phperkaigi-2022/index.html | 4 ++-- public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html | 4 ++-- .../2022-08-31/support-for-communty-is-employee-benefits/index.html | 4 ++-- .../2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html | 4 ++-- .../posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html | 4 ++-- public/posts/2022-10-28/setup-server-for-this-site/index.html | 4 ++-- .../posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html | 4 ++-- .../posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html | 4 ++-- public/posts/2023-03-10/rewrite-this-blog-generator/index.html | 4 ++-- public/posts/index.html | 4 ++-- public/slides/2023-01-18/phpstudy-tokyo-148/index.html | 4 ++-- public/slides/2023-02-15/phpstudy-tokyo-149/index.html | 4 ++-- public/slides/2023-03-15/phpstudy-tokyo-150/index.html | 4 ++-- public/slides/2023-03-24/phperkaigi-2023/index.html | 4 ++-- public/slides/index.html | 4 ++-- public/style.css | 2 +- public/tags/conference/index.html | 4 ++-- public/tags/cpp/index.html | 4 ++-- public/tags/cpp17/index.html | 4 ++-- public/tags/index.html | 4 ++-- public/tags/note-to-self/index.html | 4 ++-- public/tags/php/index.html | 4 ++-- public/tags/phpcon/index.html | 4 ++-- public/tags/phperkaigi/index.html | 4 ++-- public/tags/phpstudy-tokyo/index.html | 4 ++-- public/tags/python/index.html | 4 ++-- public/tags/python3/index.html | 4 ++-- public/tags/ruby/index.html | 4 ++-- public/tags/ruby3/index.html | 4 ++-- public/tags/rust/index.html | 4 ++-- public/tags/vim/index.html | 4 ++-- static/style.css | 2 +- 47 files changed, 91 insertions(+), 91 deletions(-) diff --git a/nuldoc-src/components/global_header.ts b/nuldoc-src/components/global_header.ts index d2e6687..a513061 100644 --- a/nuldoc-src/components/global_header.ts +++ b/nuldoc-src/components/global_header.ts @@ -13,7 +13,7 @@ export function globalHeader(config: Config): Element { [], el( "li", - [["class", "logo"]], + [], el("a", [["href", "/"]], text(config.blog.siteName)), ), el( diff --git a/public/404.html b/public/404.html index 91c2cf8..7a8ad74 100644 --- a/public/404.html +++ b/public/404.html @@ -8,13 +8,13 @@ Page Not Found | REPL: Rest-Eat-Program Loop - +