diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1
index f58c956..38a9d8c 100644
--- a/PowerHuntShares.psm1
+++ b/PowerHuntShares.psm1
@@ -4,7 +4,7 @@
#--------------------------------------
# Author: Scott Sutherland, 2024 NetSPI
# License: 3-clause BSD
-# Version: v1.170
+# Version: v1.171
# References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell.
function Invoke-HuntSMBShares
{
@@ -6010,7 +6010,7 @@ input[type="checkbox"]:checked::before {
-
+
@@ -6018,10 +6018,10 @@ input[type="checkbox"]:checked::before {
-
+
-
+
@@ -11823,7 +11823,7 @@ function updateLabelColors(divId, objectId) {
// Apply the desired styles
objectElement.style.fontWeight = 'normal';
objectElement.style.color = 'white';
- objectElement.style.backgroundColor = '#71808d'; //#71808d
+ objectElement.style.backgroundColor = '#354367'; //#71808d
objectElement.style.transition = 'background-color 0.9s ease, color 0.3s ease';
objectElement.style.textDecoration = 'none';
objectElement.style.borderRadius = '5px';