Update TGBeta.ps1

This commit is contained in:
2025-01-25 01:07:53 -05:00
parent 74fed94bd3
commit 7a15f29997

View File

@@ -492,7 +492,7 @@ function GetHtmlContent {
border: 2px solid #444; /* Adjust border color */ border: 2px solid #444; /* Adjust border color */
border-radius: 8px; /* Optional rounded corners */ border-radius: 8px; /* Optional rounded corners */
padding: 15px; /* Add some padding */ padding: 15px; /* Add some padding */
margin: 10px; /* Add margin between columns */
background-color: #1e1e1e; /* Match the background color */ background-color: #1e1e1e; /* Match the background color */
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Optional: Add shadow */ box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Optional: Add shadow */
} }