Merge pull request #758 from nagisa77/codex-mv1xa5

fix: gray out unearned medals
This commit is contained in:
Tim
2025-08-27 20:21:23 +08:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ function onError() {
}
.base-image.is-loaded {
filter: none;
/* Allow filters from parent classes (e.g. grayscale for unfinished medals) */
transform: none;
opacity: 1;
}