diff --git a/kibicara-frontend/src/app/homepage/homepage.component.html b/kibicara-frontend/src/app/homepage/homepage.component.html
index 6ac2f7f..ba4e982 100644
--- a/kibicara-frontend/src/app/homepage/homepage.component.html
+++ b/kibicara-frontend/src/app/homepage/homepage.component.html
@@ -49,11 +49,11 @@
- If you want to run your own hood for your community, you can read our
- FAQ(link tba) for hood-admins.
+ If you want to create your own hood for your community, you can read our
+
FAQ for hood-admins.
- If you want to help with the development of Kibicara check out our
- Github(link).
+ If you want to contribute to the development of Kibicara check out our
+
Github.
diff --git a/kibicara-frontend/src/app/homepage/homepage.component.scss b/kibicara-frontend/src/app/homepage/homepage.component.scss
index db93e0e..c6d886e 100644
--- a/kibicara-frontend/src/app/homepage/homepage.component.scss
+++ b/kibicara-frontend/src/app/homepage/homepage.component.scss
@@ -87,3 +87,8 @@ h3 {
font-weight: bold;
font-size: 1.6375rem;
}
+
+// color can be changed, i just chose a slightly better color than dark blue
+a {
+ color: #673ab7;
+}
\ No newline at end of file