From b9cc3ddd43b5fbc4c1d638f928e689eaf9b78020 Mon Sep 17 00:00:00 2001 From: Dima Pyshka Date: Tue, 7 Nov 2023 21:56:41 +0200 Subject: [PATCH] refactor: remove unused styles --- src/app/globals.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index ae78840..bdad13d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,10 +4,6 @@ margin: 0; } -html, -body { -} - a { color: inherit; text-decoration: none;