Skip to content
Snippets Groups Projects

V2.0

Merged Hahn Axel (hahn) requested to merge v2.0 into master
2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -32,9 +32,9 @@ return [
],
"live" => [
'css' => [
'bgdark' => 'background:#182; color:#f8f8f8;',
'bgdark' => 'background:#286; color:#f8f8f8;',
'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ',
'bgbutton' => 'background:#182; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
'bgbutton' => 'background:#286; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
],
// prevent immediate installation after build or accept
"deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
Loading