Fix not correctly enchanting books

This commit is contained in:
Misode
2022-10-13 02:31:44 +02:00
parent ac259bb83e
commit f309eef176
4 changed files with 20 additions and 7 deletions

View File

@@ -1238,7 +1238,7 @@ hr {
.item-display > .item-glint,
.item-display > .item-glint::after {
background: url(/images/glint.png) repeat;
filter: brightness(1.4) blur(1px) opacity(0.8);
filter: brightness(1.6) blur(1px) opacity(0.7);
animation: glint 20s linear 0s infinite;
background-size: 400%;
background-blend-mode: overlay;