diff --git a/src/components/EditProfile.vue b/src/components/EditProfile.vue
index 877d5f9c32d417610137f77ff0b2503ab1f59bfc..76b5e5dcd1539a8576d7c442a75835881a27525f 100644
--- a/src/components/EditProfile.vue
+++ b/src/components/EditProfile.vue
@@ -165,7 +165,11 @@ export default {
 
 </script>
 
-<style scoped lang="scss">
+<style scoped lang="scss">;
+
+h1,h2,h3 {
+  color: base.$indigo
+}
 
 input[type="radio"] {
   width: 2em;
diff --git a/src/style.scss b/src/style.scss
index 5ac9953401629264b13437d6b2b770dff15f03a2..e863df96777166400722ef6bffb56936c321ff1d 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -47,3 +47,8 @@ $phone-min : 360px;
   margin: 0;
   height: 100%;
 }
+
+form p, form input, form h1, form h2, form h3, form span, form label {
+  color: $indigo;
+}
+