From 9277bc1aa27e6069978264fd3be29739aa568284 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 14 Nov 2021 11:30:47 +0330 Subject: [PATCH] global colors added and iransans font --- src/App.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/App.css b/src/App.css index 5cadf35..e69de29 100644 --- a/src/App.css +++ b/src/App.css @@ -1,12 +0,0 @@ -body { - background-color: #f5f5f5 !important; - direction: rtl; -} -button { - outline: none !important; - border: none !important; -} - -input { - outline: none !important; -}