From e39f50c930b145b62ca7366684fdd0fc08d725e1 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 23 Jul 2024 10:18:35 +0000 Subject: [PATCH] add background color and radius!!! --- html/search.ejs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/html/search.ejs b/html/search.ejs index 64f6872..a7ba79b 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; }