From 09b22cee6c5136c576702287d0c4d1a8307da3ad Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Sat, 28 Oct 2023 18:42:08 +0800 Subject: [PATCH] chore: remove deprecated css declarations --- css/theme/source/moon.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/theme/source/moon.scss b/css/theme/source/moon.scss index ff2074af..59ef0a95 100644 --- a/css/theme/source/moon.scss +++ b/css/theme/source/moon.scss @@ -18,10 +18,6 @@ /** * Solarized colors by Ethan Schoonover */ -html * { - color-profile: sRGB; - rendering-intent: auto; -} // Solarized colors $base03: #002b36;