diff --git a/TGBeta.ps1 b/TGBeta.ps1 index d984150..fb7343f 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -481,6 +481,15 @@ function GetHtmlContent { background-color: #dc3545; color: white; } + .column { + border: 2px solid #444; /* Adjust border color */ + border-radius: 8px; /* Optional rounded corners */ + padding: 15px; /* Add some padding */ + margin: 10px; /* Add margin between columns */ + background-color: #1e1e1e; /* Match the background color */ + box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Optional: Add shadow */ + } + .log { width: 80%; margin-top: 20px; @@ -516,7 +525,7 @@ function GetHtmlContent {

On-Boarding

This new way of deploying our stack will make it easier to be sure everything is deployed successfully

-
+