add counts of different quests

This commit is contained in:
smthbh 2025-04-29 08:23:26 -04:00
parent a987079366
commit 0731ec2663
3 changed files with 20 additions and 0 deletions

View file

@ -141,4 +141,11 @@ tr.quest-missing-2 td:nth-child(4) {
.quest-compare-section .select select {
min-width: 200px;
}
.diff-count {
font-size: 0.8em;
color: #ffdd57;
margin-left: 10px;
font-weight: normal;
}