diff --git a/src/app/app.component.html b/src/app/app.component.html index 047227f..71004b5 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -56,7 +56,7 @@

- +
  • @@ -67,8 +67,10 @@

- - + +
+ +
diff --git a/src/index.html b/src/index.html index 205bbe8..83be135 100644 --- a/src/index.html +++ b/src/index.html @@ -26,7 +26,7 @@

JSONtoChart by Mohit K. Yadav. The source code is licensed - MIT. Code hosted on + MIT. Code hosted on @@ -40,3 +40,8 @@

+ diff --git a/src/styles.css b/src/styles.css index 9a7fa30..e69de29 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,3 +0,0 @@ -.ws-orange-grad { - background: linear-gradient(to right, rgba(251, 248, 157, 0.68) 0%, rgba(218, 131, 47, 0.55) 100%) -}