From c5aabd64a1c4e2b699fb6bf257eefb21e31e8101 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 12:17:41 +0800 Subject: [PATCH] feat: remove redundant links paragraph and style links --- src/index.html | 1 - src/style.css | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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; +}