Minor style change

This commit is contained in:
oobabooga 2023-02-27 11:55:36 -03:00
parent f2de78da3b
commit 83368875eb

View File

@ -19,7 +19,7 @@ def generate_html():
cursor: pointer;
text-align: center;
position: relative;
opacity: 0.75;
opacity: 0.85;
}
.character-container:hover {
@ -34,7 +34,7 @@ def generate_html():
margin: 0 auto;
border-radius: 1rem;
border: 3px solid white;
box-shadow: 5px 5px 2px 0px rgb(0 0 0 / 50%);
box-shadow: 5px 5px 8px 0px rgb(0 0 0 / 50%);
}
.character-name {