diff --git a/JoshHeaps.Net/Pages/Index.cshtml b/JoshHeaps.Net/Pages/Index.cshtml index c610b23..bac922e 100644 --- a/JoshHeaps.Net/Pages/Index.cshtml +++ b/JoshHeaps.Net/Pages/Index.cshtml @@ -19,7 +19,7 @@
-
+
@@ -29,9 +29,9 @@ As someone who loves chess, I wanted to create a chess game that I could play with my friends and family. This project is a work in progress, as currently it can only be played locally. It was built in C# on .NET 8.0, using winforms, because I like a challenge. I plan to add online multiplayer functionality in the future.

-
+ -
+

Compiler

@@ -41,7 +41,7 @@

-
+
\ No newline at end of file diff --git a/JoshHeaps.Net/wwwroot/css/project.css b/JoshHeaps.Net/wwwroot/css/project.css index 92d294e..01b4cc8 100644 --- a/JoshHeaps.Net/wwwroot/css/project.css +++ b/JoshHeaps.Net/wwwroot/css/project.css @@ -14,3 +14,7 @@ width: 100vw; height: auto; } + +a { + text-decoration: none; +}