diff options
author | Shinya Fujino | 2023-07-06 05:25:55 +0900 |
---|---|---|
committer | GitHub | 2023-07-05 22:25:55 +0200 |
commit | 8a6927b6d67cdea55f1336b997d10fee6f913597 (patch) | |
tree | ffcf55065a9115139d8feea8edff622e945b48ad | |
parent | 1890363588887f07abe92f18decb8a450af9251e (diff) | |
download | IT.starlight-8a6927b6d67cdea55f1336b997d10fee6f913597.tar.gz IT.starlight-8a6927b6d67cdea55f1336b997d10fee6f913597.tar.bz2 IT.starlight-8a6927b6d67cdea55f1336b997d10fee6f913597.zip |
i18n(ja): Update customization.mdx (#306)
-rw-r--r-- | docs/src/content/docs/ja/guides/customization.mdx | 2 |
1 files changed, 2 insertions, 0 deletions
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スタイル)に従ってください。 |