diff --git a/script.js b/script.js index e5a43331..c7dc4723 100644 --- a/script.js +++ b/script.js @@ -1192,6 +1192,9 @@ function initialize() s_hideLessUseLetent.checked = Boolean(parseInt(localStorage.getItem("PADDF-" + hideClassName))); s_hideLessUseLetent.onchange(); + if (isGuideMod) + monEditLatentAllowableUl.querySelector('.latent-icon[data-latent-icon="11"]').classList.remove('frequent'); + const rowSkill = settingBox.querySelector(".row-mon-skill"); const skillBox = rowSkill.querySelector(".skill-box"); const skillTitle = skillBox.querySelector(".skill-name"); diff --git a/style.css b/style.css index 0f500aab..aaf26efb 100644 --- a/style.css +++ b/style.css @@ -1476,6 +1476,7 @@ ul{ } .skill-title .type-title::after{ + -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none;