feat: remove redundant links paragraph and style links

This commit is contained in:
Mohammad Rafiq 2025-06-28 12:17:41 +08:00
parent 0778bb89b8
commit c5aabd64a1
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -10,7 +10,6 @@
<div class="container">
<h1>hi! im rafiq.</h1>
<p>i'm a developer and avid self hoster.</p>
<p>here's my links:</p>
<a href="/blog">blog</a>
<a href="https://registry.jsonresume.org/rrvsh?theme=professional">cv</a>
<br>

View file

@ -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;
}