diff --git a/static/style.css b/static/style.css index 2bbe38a2fa77c77f2334a20b95a16c4a080bc6cb..56887a8c923c8eb4d42f2cd2daca296e9e29142c 100644 --- a/static/style.css +++ b/static/style.css @@ -2279,6 +2279,7 @@ hr { .award_star:hover~.award_content { + display: block; opacity: 1; background-color: rgba(94, 106, 180, .8); border: rgba(255, 180, 74, 0.6) 5px solid; @@ -2298,6 +2299,7 @@ hr { width: 70vw; height: 35vw; opacity: 0; + display: none; transition: .5s opacity; }