aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 21:42:51 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 21:42:51 +0530
commit39819430fa47172c1a3a36218339f6baf86f8983 (patch)
treedafe65a48fcceb60b588c613e2d92be4c514633b /src/App.scss
parent072e53f0b2eb8fa14c0aa49286193784c73257cb (diff)
added edit option for items and brands
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 2 insertions, 5 deletions
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;