Update StackMonkey.ps1
This commit is contained in:
@@ -856,8 +856,8 @@ function Invoke-ScriptMonkey {
|
|||||||
#
|
#
|
||||||
# 1) Inline your full original CSS here
|
# 1) Inline your full original CSS here
|
||||||
#
|
#
|
||||||
$style = @'
|
$style = @'
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
/* Cool Palette */
|
/* Cool Palette */
|
||||||
--background-color: rgba(18, 18, 18, 1);
|
--background-color: rgba(18, 18, 18, 1);
|
||||||
@@ -1012,7 +1012,7 @@ $style = @'
|
|||||||
.container { flex-direction:column; }
|
.container { flex-direction:column; }
|
||||||
.sidebar { width:100%; }
|
.sidebar { width:100%; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
'@
|
'@
|
||||||
|
|
||||||
$script = @'
|
$script = @'
|
||||||
|
|||||||
Reference in New Issue
Block a user