Skip to content

Commit

Permalink
i18n(ja): Update css-and-tailwind.mdx (#2559)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
  • Loading branch information
morinokami and HiDeoo authored Nov 2, 2024
1 parent 007a06c commit 0796228
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/src/content/docs/ja/guides/css-and-tailwind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ StarlightのTailwindプラグインは、以下の設定を適用します。

`create astro`を使用して、Tailwind CSSが組み込まれた新しいStarlightプロジェクトを開始します。

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">

```sh
Expand Down Expand Up @@ -93,7 +93,7 @@ yarn create astro --template starlight/tailwind

1. AstroのTailwindインテグレーションを追加します。

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down Expand Up @@ -123,7 +123,7 @@ yarn create astro --template starlight/tailwind

2. StarlightのTailwindプラグインをインストールします。

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down Expand Up @@ -247,6 +247,8 @@ Starlightのカラーテーマは、デフォルトのカスタムプロパテ

以下のスライダーを使用して、Starlightのアクセントカラーとグレーカラーのパレットを変更してみましょう。ダークとライトのプレビューエリアには、結果となる色の組み合わせが表示されます。また、このページ自体も合わせて更新されるため、変更内容をプレビューできます。

コントラストレベルオプションで、WCAGによる[色のコントラスト基準](https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast)から満たしたいものを指定します。

変更内容に満足できたら、以下のCSSまたはTailwindコードをコピーしてプロジェクトで使用します。

import ThemeDesigner from '~/components/theme-designer.astro';
Expand All @@ -262,6 +264,9 @@ import ThemeDesigner from '~/components/theme-designer.astro';
default: 'デフォルト',
random: 'ランダム',
},
contrast: {
label: 'コントラストレベル',
},
editor: {
accentColor: 'アクセント',
grayColor: 'グレー',
Expand Down

0 comments on commit 0796228

Please sign in to comment.