diff options
-rw-r--r-- | files/ja/web/css/@media/prefers-contrast/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/css/@media/prefers-contrast/index.html b/files/ja/web/css/@media/prefers-contrast/index.html index 6c0229b29e..6360347281 100644 --- a/files/ja/web/css/@media/prefers-contrast/index.html +++ b/files/ja/web/css/@media/prefers-contrast/index.html @@ -33,12 +33,12 @@ translation_of: Web/CSS/@media/prefers-contrast <h3 id="HTML">HTML</h3> -<pre class="notranslate"><div class="contrast">low contrast box</div> +<pre class="brush: html notranslate"><div class="contrast">low contrast box</div> </pre> <h3 id="CSS">CSS</h3> -<pre class="notranslate">.contrast { +<pre class="brush: css notranslate">.contrast { width: 100px; height: 100px; outline: 2px dashed black; |