Update StackMonkey.ps1

This commit is contained in:
2025-06-29 04:35:25 -04:00
parent dedbaa8bc7
commit 1ca63645dc

View File

@@ -856,8 +856,8 @@ function Invoke-ScriptMonkey {
#
# 1) Inline your full original CSS here
#
$style = @'
<style>
$style = @'
<style>
:root {
/* Cool Palette */
--background-color: rgba(18, 18, 18, 1);
@@ -1012,7 +1012,7 @@ $style = @'
.container { flex-direction:column; }
.sidebar { width:100%; }
}
</style>
</style>
'@
$script = @'