diff --git a/src/app/sidebar/sidebar.component.html b/src/app/sidebar/sidebar.component.html
index 0a946bc..9ba264f 100644
--- a/src/app/sidebar/sidebar.component.html
+++ b/src/app/sidebar/sidebar.component.html
@@ -1,26 +1,27 @@
Mi compra
-
-
-

-
-
-
Galleta oreo x 199 gs Chocolate
-
COD: 1234567
-
-
- {{90 | currency}}
+
+
+

+
+
+
Galleta oreo x 199 gs Chocolate
+
COD: 1234567
+
+
+ {{90 | currency}}
+
-
-
-
-
-
-
@@ -38,5 +39,4 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/styles.scss b/src/styles.scss
index b9ba2c0..6a939b2 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -16,5 +16,5 @@ body {
user-select: none;
}
.blue-gradient{
- background: linear-gradient(0deg, rgba(40,112,175,1),rgb(252, 252, 252));
+ background: linear-gradient(0deg, rgb(20,56,68),rgb(252, 252, 252));
}