diff --git a/assets/js/AdminBoard.js b/assets/js/AdminBoard.js
index 8c43baa..cc82ffa 100644
--- a/assets/js/AdminBoard.js
+++ b/assets/js/AdminBoard.js
@@ -1286,9 +1286,9 @@ const createEncryptedCardHTML = async (cardData, pollResults, cardIdentifier, co
const removeActionsHtml = await checkAndDisplayRemoveActions(adminYes, verifiedName, cardIdentifier)
showRemoveHtml = removeActionsHtml
if (userVote === 0) {
- cardColorCode = "rgba(0, 192, 0, 0.3)"; // or any green you want
+ cardColorCode = "rgba(1, 65, 39, 0.41)"; // or any green you want
} else if (userVote === 1) {
- cardColorCode = "rgba(192, 0, 0, 0.3)"; // or any red you want
+ cardColorCode = "rgba(55, 12, 12, 0.61)"; // or any red you want
}
if (banTransactions.some((banTx) => banTx.groupId === 694 && banTx.offender === accountAddress)){
diff --git a/index.html b/index.html
index 3913b26..c90d753 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@
-
+
- v1.0b information coming soon.- All Features related to new featureTriggers is completed and tested. + v1.01b Major changes in 1.0.- Every feature required for the new featureTriggers have been added, and a minor bug on the ARA Board has been resolved. Pull Request from QuickMythril has also been added. Allowing cards to be arranged based on various parameters.
Q-Mintership-Alpha v0.84beta
+Q-Mintership v1.01beta