diff --git a/TGBeta.ps1 b/TGBeta.ps1 index eab2ef0..dbd01de 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -8,7 +8,10 @@ # changes ## tag line color ## added offboard check boxes for dattormm, dattodeb, rocketcyber, cyberQP, SVSWatchtower, SVSHelpdesk and Splashtop - +## for the offboarding button +## need to fix the uninstall-svsmsp module +## ❌ [Error] [GeneralTask] Uninstallation command 'C:\Program Files\Infocyte\Agent\agent.exe' not found. (Event ID: 3000) - bad path +## [2025-01-25 19:14:33] [Info] Service 'ThreatLockerService' does not exist. Nothing to uninstall. - not using write-log??? #region Write-Log @@ -394,12 +397,12 @@ function GetHtmlContent { /* Sidebar Button Colors */ --btn-sidebar-light-gray: rgba(68, 68, 68); /* Sidebar button background */ --btn-sidebar-blue: rgba(30, 144, 255, 1); - --btn-hover: rgba(0, 86, 179, 1); /* Hover state for buttons */ + --btn-hover: rgba(0, 86, 179, 1); /* Hover state (dark blue) for buttons */ --btn-hover-scale: 1.05; /* Scale effect for button hover */ /* Button Colors */ --btn-success: rgba(40, 167, 69); /* Green button background */ - --btn-success-disabled: rgba(108, 117, 125); /* Disabled success button */ + --btn-success-disabled: rgba(108, 117, 125); /* Disabled success button color */ --btn-danger: rgba(220, 53, 69); /* Red button background */ }