1
Fork 0

add background color and radius!!!

This commit is contained in:
ashley 2024-07-23 10:18:35 +00:00
parent d7f76f3a2c
commit e39f50c930

View file

@ -536,7 +536,7 @@ font-weight: 1000;">You are not alone</h2>
}
.thumbnail .hover-text {
display: none;
display: none;
position: absolute;
top: 50%;
left: 50%;
@ -544,6 +544,9 @@ font-weight: 1000;">You are not alone</h2>
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;
}