add active quests section

This commit is contained in:
smthbh 2025-04-29 08:59:46 -04:00
parent 0731ec2663
commit 40c7755ae7
4 changed files with 84 additions and 6 deletions

View file

@ -148,4 +148,13 @@ tr.quest-missing-2 td:nth-child(4) {
color: #ffdd57;
margin-left: 10px;
font-weight: normal;
}
.quest-status.In.Progress {
color: #4CAF50;
font-weight: bold;
}
.quest-category {
font-style: italic;
}