From 6fdf20418038d435921ced3766d8520fffb4d257 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 23 Feb 2023 23:25:42 +0800 Subject: [PATCH] Revert "Try this safari-only CSS" This reverts commit 0e05ed6a9861b792b059e168cd8c90b177eca0d0. --- src/index.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/index.css b/src/index.css index ee7bdc33..479d565e 100644 --- a/src/index.css +++ b/src/index.css @@ -90,12 +90,6 @@ body { word-wrap: break-word; overflow-wrap: break-word; } -/* Safari-only: https://www.bram.us/2021/06/23/css-at-supports-rules-to-target-only-firefox-safari-chromium/#safari */ -@supports (background: -webkit-named-image(i)) { - body { - font-size: 17px; - } -} a { color: var(--link-color);