aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@media
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/@media')
-rw-r--r--files/ja/web/css/@media/prefers-contrast/index.html4
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">&lt;div class="contrast"&gt;low contrast box&lt;/div&gt;
+<pre class="brush: html notranslate">&lt;div class="contrast"&gt;low contrast box&lt;/div&gt;
</pre>
<h3 id="CSS">CSS</h3>
-<pre class="notranslate">.contrast {
+<pre class="brush: css notranslate">.contrast {
width: 100px;
height: 100px;
outline: 2px dashed black;