diff --git a/css/projectStyle.css b/css/projectStyle.css index 32cdbf9..3dd8731 100755 --- a/css/projectStyle.css +++ b/css/projectStyle.css @@ -102,6 +102,11 @@ main { width: 100%; } +a { + text-decoration: none; + color: inherit; +} + #projects { display: grid; grid-template-columns: 1fr; /* Single column for mobile */ diff --git a/project.html b/project.html index fa0c5c4..54520af 100755 --- a/project.html +++ b/project.html @@ -30,13 +30,15 @@
- A web scraper and Discord bot that pulls codes to unlock special gear in Borderlands 4 when prompted by a user on Discord.
-
+ A web scraper and Discord bot that pulls codes to unlock special gear in Borderlands 4 when prompted by a user on Discord.
+