diff --git a/html/search.ejs b/html/search.ejs
index 64f68726..a7ba79bf 100644
--- a/html/search.ejs
+++ b/html/search.ejs
@@ -536,7 +536,7 @@ font-weight: 1000;">You are not alone
}
.thumbnail .hover-text {
- display: none;
+ display: none;
position: absolute;
top: 50%;
left: 50%;
@@ -544,6 +544,9 @@ font-weight: 1000;">You are not alone
color: white;
font-size: 24px;
font-weight: bold;
+ background-color: rgba(0, 0, 0, 0.5);
+ padding: 5px 10px;
+ border-radius: 5px;
z-index: 2;
}