From 9fbf0d59a5c317213daf5095e64ac2d1489ea430 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 25 Jan 2025 00:55:03 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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

-
+