-
diff --git a/Shared/Footer.razor.css b/Shared/Footer.razor.css
index 7c2a052..fc6a057 100644
--- a/Shared/Footer.razor.css
+++ b/Shared/Footer.razor.css
@@ -1,5 +1,5 @@
a {
- color: #000000;
+ color: grey;
text-decoration: none;
}
@@ -9,5 +9,5 @@ a:hover, a:focus {
}
h6 {
- color: red;
+ color: grey;
}
\ No newline at end of file