diff --git a/src/index.html b/src/index.html
index 8ee4c1d..47d8e21 100644
--- a/src/index.html
+++ b/src/index.html
@@ -10,7 +10,6 @@
hi! im rafiq.
i'm a developer and avid self hoster.
-
here's my links:
blog
cv
diff --git a/src/style.css b/src/style.css
index 329eed9..98494d5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -11,3 +11,12 @@ div.container {
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
+a,
+a:visited,
+a:hover,
+a:active {
+ color: inherit;
+}
+a.fa {
+ text-decoration: none;
+}