From 39819430fa47172c1a3a36218339f6baf86f8983 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 27 Sep 2022 21:42:51 +0530 Subject: added edit option for items and brands --- src/App.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 489d354..b4fc72f 100644 --- a/src/App.scss +++ b/src/App.scss @@ -17,15 +17,12 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap'); +@import "colors"; + * { font-family: 'Open Sans', sans-serif; } -$primaryAccentColor: #bd93f9; -$backgroundColor: #282a36; -$linkColor: $primaryAccentColor; -$fgColor: #f8f8f2; - body { margin: 0; padding: 0; -- cgit v1.2.3