diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue
index 2bbde96..17973a3 100644
--- a/src/components/MainMenu.vue
+++ b/src/components/MainMenu.vue
@@ -12,24 +12,26 @@
:backdrop-variant="variant"
backdrop
shadow
+ bg-variant="white" text-variant="primary"
>
-
+
+
-
MAIN LOREM IPSUM
-
+
MAIN LOREM IPSUM
+
-
CONFIGURACIÓN
-
+
CONFIGURACIÓN
+
-
{{ item.mensaje }}
@@ -89,11 +91,14 @@ export default {
color: rgba(255, 255, 255, 0.7)!important;
}
.profi-main-text-sty, .profi-main-text-sty a {
- color: black!important;
+ color: #212529!important;
}
.profi-main-text-sty a:hover{
color:gray!important;
transition: 0.2s;
+}
+.b-sidebar-header-custom {
+
}
ul li {
list-style: none;
@@ -101,7 +106,7 @@ ul li {
}
ul li a {
text-decoration: none;
- color: black!important;
+ color: #212529!important;
}
ul li a:hover {
color: rgba(0, 0, 0, 0.6)!important;