diff --git a/components/custom-navbar/custom-navbar.vue b/components/custom-navbar/custom-navbar.vue index f7a8951..1815adf 100644 --- a/components/custom-navbar/custom-navbar.vue +++ b/components/custom-navbar/custom-navbar.vue @@ -91,7 +91,7 @@ export default { right: 0; z-index: 999; padding-top: 0; - background-color: #F5F0E7; + background-color: transparent; display: flex; align-items: center; justify-content: space-between; diff --git a/pages/monk/monk.vue b/pages/monk/monk.vue index 2a58681..085d6b8 100644 --- a/pages/monk/monk.vue +++ b/pages/monk/monk.vue @@ -1,9 +1,10 @@