From 8a6927b6d67cdea55f1336b997d10fee6f913597 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Thu, 6 Jul 2023 05:25:55 +0900 Subject: i18n(ja): Update customization.mdx (#306) --- docs/src/content/docs/ja/guides/customization.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/content/docs/ja/guides/customization.mdx b/docs/src/content/docs/ja/guides/customization.mdx index 2505338a..a1c6334a 100644 --- a/docs/src/content/docs/ja/guides/customization.mdx +++ b/docs/src/content/docs/ja/guides/customization.mdx @@ -430,3 +430,5 @@ main { font-family: 'IBM Plex Serif', serif; } ``` + +サイトにスタイルを追加するには、[カスタムCSSの導入手順](#カスタムcssスタイル)に従ってください。 -- cgit