Skip to content
Snippets Groups Projects
Commit 11db290a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update live color

parent b36d6b2c
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -31,11 +31,16 @@ return [ ...@@ -31,11 +31,16 @@ return [
], ],
], ],
"live" => [ "live" => [
'css' => [ 'css_' => [
'bgdark' => 'background:#c0e0c8;', 'bgdark' => 'background:#c0e0c8;',
'bglight' => 'background:#e0f0e8; color:#333;', 'bglight' => 'background:#e0f0e8; color:#333;',
'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', 'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
], ],
'css' => [
'bgdark' => 'background:#286; color:#f8f8f8;',
'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ',
'bgbutton' => 'background:#286; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
],
// prevent immediate installation after build or accept // prevent immediate installation after build or accept
"deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'], "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment