From 32f1fe9f03f5df2f7c59e47ba3ceff9d1c877cfb Mon Sep 17 00:00:00 2001 From: rch850 Date: Tue, 16 Nov 2021 19:38:46 +0900 Subject: サンプルのマークアップに brush: html などがなかったのを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/@media/prefers-contrast/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/css') 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

HTML

-
<div class="contrast">low contrast box</div>
+
<div class="contrast">low contrast box</div>
 

CSS

-
.contrast {
+
.contrast {
   width: 100px;
   height: 100px;
   outline: 2px dashed black;
-- 
cgit v1.2.3-54-g00ecf