mirror of
https://codeberg.org/ashley/poke
synced 2026-03-05 16:17:57 +00:00
add background color and radius!!!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user