diff --git a/main.css b/main.css index 71d466c..f168f2f 100644 --- a/main.css +++ b/main.css @@ -75,3 +75,9 @@ dialog::backdrop { ); backdrop-filter: blur(3px); } + +#img-tooltip{ + background-color: wheat; + width:30%; + height:30%; +}