small css change

done a small css change for image in tooltip index.html
This commit is contained in:
raj-hero 2022-10-12 03:35:12 +05:30 committed by GitHub
parent ea0083ff2f
commit 420023871b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -75,3 +75,9 @@ dialog::backdrop {
);
backdrop-filter: blur(3px);
}
#img-tooltip{
background-color: wheat;
width:30%;
height:30%;
}