From 2656a9c1ed802f87d30530f6cea502a3238880de Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:12:23 +0200 Subject: Add simpleCSS, improve usability --- src/index.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/index.css (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css deleted file mode 100644 index 29b518f..0000000 --- a/src/index.css +++ /dev/null @@ -1,32 +0,0 @@ -:root { - font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; - line-height: 1.5; - font-weight: 400; - - color-scheme: light dark; - - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -body { - display: flex; - flex-direction: column; - place-items: center; - - margin: 0; - min-width: 320px; - min-height: 100vh; -} - -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} - -a:hover { - color: #535bf2; -} \ No newline at end of file -- cgit v1.3