updating previously uncommitted changes.
moved block-pre-formatted from serif to mono in css renamed back to Haddon 2016
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
# function file for Haddon 2016 child theme
|
||||
# function file for Twenty Sixteen child theme
|
||||
|
||||
# Enqueue the css
|
||||
|
||||
@ -63,9 +63,9 @@ function child_theme_customizer_settings( $wp_customize ) {
|
||||
'type' => 'radio',
|
||||
'section' => 'dark_mode',
|
||||
'choices' => array(
|
||||
'blue' => 'Alpenglow',
|
||||
'dark' => 'Classic Dark',
|
||||
'var' => 'Variable Test',
|
||||
'dark' => 'Classic Dark',
|
||||
'alpenglow' => 'Alpenglow',
|
||||
'blue' => 'Blue',
|
||||
)
|
||||
) );
|
||||
|
||||
|
Reference in New Issue
Block a user