Update StackMonkey.ps1
This commit is contained in:
@@ -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 = @'
|
||||
|
||||
Reference in New Issue
Block a user