QM-Mintership v1.05.2[2]b #8

Closed
Ghost wants to merge 19 commits from (deleted):testing-20250130 into main
Showing only changes of commit b8d4af4237 - Show all commits

View File

@ -1352,9 +1352,9 @@ const createEncryptedCardHTML = async (cardData, pollResults, cardIdentifier, co
showRemoveHtml = removeActionsHtml
if (userVote === 0) {
cardColorCode = "rgba(1, 65, 39, 0.41)"; // or any green you want
cardColorCode = "rgba(1, 128, 20, 0.35)"; // or any green you want
} else if (userVote === 1) {
cardColorCode = "rgba(55, 12, 12, 0.61)"; // or any red you want
cardColorCode = "rgba(124, 6, 6, 0.45)"; // or any red you want
}
const confirmedKick = finalKickTxs.some(