From e4500e10589d60065738ab459314c23c524f1a38 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 8 Dec 2024 13:18:28 -0800 Subject: [PATCH] fix: Remove use of `ms-high-contrast` from docs (#1713) --- docs/css/theme-simple-dark.css | 5 ----- docs/css/theme-simple.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/docs/css/theme-simple-dark.css b/docs/css/theme-simple-dark.css index 09824915..3ebc6276 100644 --- a/docs/css/theme-simple-dark.css +++ b/docs/css/theme-simple-dark.css @@ -762,11 +762,6 @@ pre[data-lang] { color: var(--cover-color); text-align: var(--cover-text-align); } -@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { - .cover { - height: 100vh; - } -} .cover:before, .cover:after { content: ''; diff --git a/docs/css/theme-simple.css b/docs/css/theme-simple.css index 581a3464..9e4b1c85 100644 --- a/docs/css/theme-simple.css +++ b/docs/css/theme-simple.css @@ -762,11 +762,6 @@ pre[data-lang] { color: var(--cover-color); text-align: var(--cover-text-align); } -@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { - .cover { - height: 100vh; - } -} .cover:before, .cover:after { content: '';