diff --git a/front-end/src/components/ButtonCustom.vue b/front-end/src/components/ButtonCustom.vue index 3f2172a..301c3b2 100644 --- a/front-end/src/components/ButtonCustom.vue +++ b/front-end/src/components/ButtonCustom.vue @@ -19,7 +19,7 @@ defineProps({ letter-spacing: 1px; padding: 13px 20px 13px; outline: 0; - border: 1px solid #F1F5F5; + border: 1px solid #2D4570; cursor: pointer; position: relative; background-color: rgba(0, 0, 0, 0); @@ -30,7 +30,7 @@ defineProps({ .button-52:after { content: ""; - background-color: #ffe54c; + background-color: #F0CF61; width: 100%; z-index: -1; position: absolute; diff --git a/front-end/src/components/Entry.vue b/front-end/src/components/Entry.vue index 0ff3ad3..186c410 100644 --- a/front-end/src/components/Entry.vue +++ b/front-end/src/components/Entry.vue @@ -1,7 +1,7 @@ @@ -29,10 +29,10 @@ defineProps({ font-family: inherit; width: 100%; border: 0; - border-bottom: 2px solid #F1F5F5; + border-bottom: 2px solid #2D4570; outline: 0; font-size: 1.3rem; - color: #F1F5F5; + color: #2D4570; padding: 7px 0; background: transparent; transition: border-color 0.2s; @@ -54,7 +54,7 @@ defineProps({ display: block; transition: 0.2s; font-size: 1rem; - color: #F1F5F5; + color: #2D4570; } .form__field:focus { @@ -64,13 +64,13 @@ defineProps({ display: block; transition: 0.2s; font-size: 1rem; - color: #F1F5F5; + color: #2D4570; font-weight:700; } padding-bottom: 6px; font-weight: 700; border-width: 3px; - border-image: linear-gradient(to right, #F1F5F5,#F1F5F5); + border-image: linear-gradient(to right, #2D4570,#2D4570); border-image-slice: 1; } /* reset input */ diff --git a/front-end/src/components/NavBar.vue b/front-end/src/components/NavBar.vue index 1c5142d..dbd41c3 100644 --- a/front-end/src/components/NavBar.vue +++ b/front-end/src/components/NavBar.vue @@ -26,12 +26,12 @@