mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
add background color and radius!!!
This commit is contained in:
parent
d7f76f3a2c
commit
e39f50c930
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue