-
-
+
+
@@ -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 @@