From 6ff4729fb23c6c7bd4f5b909548a881ba248c27b Mon Sep 17 00:00:00 2001 From: Seasawher Date: Sun, 29 Sep 2024 02:05:07 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BC=B7=E8=AA=BF=E3=81=95=E3=82=8C=E3=81=9F?= =?UTF-8?q?=E6=96=87=E5=AD=97=E3=81=AE=E8=89=B2=E3=82=92=E5=A4=89=E3=81=88?= =?UTF-8?q?=E3=81=AA=E3=81=84=20Fixes=20#908?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/strong.css | 7 ------- book.toml | 4 +--- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 assets/strong.css diff --git a/assets/strong.css b/assets/strong.css deleted file mode 100644 index bf8529ee..00000000 --- a/assets/strong.css +++ /dev/null @@ -1,7 +0,0 @@ -p strong { - /* 太字にしない */ - font-weight:normal; - - /* 色を変える */ - color: #60a5fa; -} diff --git a/book.toml b/book.toml index 03b3d40d..aa94fd81 100644 --- a/book.toml +++ b/book.toml @@ -27,9 +27,7 @@ additional-css = [ # mdbook-admonish のスタイル "./assets/mdbook-admonish.css", # サイドバーに目次を表示する - "./assets/pagetoc.css", - # 強調された文字の色を変えて目立たせる - "./assets/strong.css", + "./assets/pagetoc.css" ] # セクション番号を振らない