Modified the "Light" aka default color palette.
This commit is contained in:
parent
ff3cf5e516
commit
139ffa83b6
@ -20,8 +20,8 @@ $colors = Array(
|
||||
'tint-contrast' => '#00281d',
|
||||
'contrast' => '#000000',
|
||||
'contrast-dark' => '#ffffff',
|
||||
'footer-text' => '#ffffff',
|
||||
'footer-bg' => '#333333'
|
||||
'footer-text' => '#000000',
|
||||
'footer-bg' => '#ffffff'
|
||||
);
|
||||
|
||||
$labels = Array(
|
||||
|
||||
@ -42,8 +42,8 @@ jQuery(document).ready(function($){
|
||||
wp.customize("minimalistflex_color_tint-contrast").set("#00281d")
|
||||
wp.customize("minimalistflex_color_contrast").set("#000000")
|
||||
wp.customize("minimalistflex_color_contrast-dark").set("#ffffff")
|
||||
wp.customize("minimalistflex_color_footer-text").set("#ffffff")
|
||||
wp.customize("minimalistflex_color_footer-bg").set("#333333")
|
||||
wp.customize("minimalistflex_color_footer-text").set("#000000")
|
||||
wp.customize("minimalistflex_color_footer-bg").set("#ffffff")
|
||||
})
|
||||
$("#minimalistflex-palette-dark").click(function(e){
|
||||
e.preventDefault()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user