From e09b9768884f7b0c49a4e28b50ba7bbca2fa55e9 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Tue, 3 Oct 2023 01:34:39 +0800 Subject: [PATCH] chore: remove reset css --- examples/lit/src/index.css | 39 -------------------------------------- 1 file changed, 39 deletions(-) diff --git a/examples/lit/src/index.css b/examples/lit/src/index.css index 446731c9d..e69de29bb 100644 --- a/examples/lit/src/index.css +++ b/examples/lit/src/index.css @@ -1,39 +0,0 @@ -:root { - font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; - line-height: 1.5; - font-weight: 400; - - color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; - - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-text-size-adjust: 100%; -} - -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} -a:hover { - color: #535bf2; -} - -body { - margin: 0; - display: flex; - place-items: center; - min-width: 320px; - min-height: 100vh; -} - -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } -}