diff --git a/src/Maintained/Application/View/home.twig b/src/Maintained/Application/View/home.twig
index 46feabf..89c0388 100644
--- a/src/Maintained/Application/View/home.twig
+++ b/src/Maintained/Application/View/home.twig
@@ -8,9 +8,13 @@
- Is it maintained?
+
+ Is it maintained?
+
- Check the activity of open source projects
+
+ Check the activity of open source projects
+
diff --git a/src/Maintained/Application/View/layout.twig b/src/Maintained/Application/View/layout.twig
index 9f773fe..8527e13 100644
--- a/src/Maintained/Application/View/layout.twig
+++ b/src/Maintained/Application/View/layout.twig
@@ -36,13 +36,13 @@
- Is it maintained?
+ Is it maintained?
-
-
+
-
Check a project
diff --git a/web/css/theme.css b/web/css/theme.css
index cde9383..00ff9e8 100755
--- a/web/css/theme.css
+++ b/web/css/theme.css
@@ -458,4 +458,25 @@ footer .footer-below {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
+}
+
+.text-primary,
+.text-primary:hover {
+ color: #2c3e50;
+}
+.text-success,
+.text-success:hover {
+ color: #18bc9c;
+}
+.text-danger,
+.text-danger:hover {
+ color: #e74c3c;
+}
+.text-warning,
+.text-warning:hover {
+ color: #f39c12;
+}
+.text-info,
+.text-info:hover {
+ color: #3498db;
}
\ No newline at end of file