diff --git a/html/styles/main.css b/html/styles/main.css
index 1fd6501..78bee0a 100644
--- a/html/styles/main.css
+++ b/html/styles/main.css
@@ -132,8 +132,6 @@ h2 {
width: 0;
}
-
-
.choice {
position: relative;
}
@@ -273,6 +271,17 @@ h2 {
background-color: white;
}
+.results-list td a, .results-list td a:visited {
+ text-decoration: none;
+ color: black;
+ transition: color 0.2s;
+}
+
+.results-list td a:hover {
+ color: grey;
+ text-decoration: underline;
+}
+
#disclaimer p {
font-size: 13px;
text-align: center;
diff --git a/view/fragments/mobListItem.php b/view/fragments/mobListItem.php
index b8eec09..26771d0 100644
--- a/view/fragments/mobListItem.php
+++ b/view/fragments/mobListItem.php
@@ -13,7 +13,9 @@
" src="/images/mobs/= $mob["image"] ?>" />