updating previously uncommitted changes.

moved block-pre-formatted from serif to mono in css

renamed back to Haddon 2016
This commit is contained in:
Jacob Haddon
2023-08-30 15:14:22 -04:00
parent 004798ef39
commit 912499696c
2 changed files with 9 additions and 9 deletions

View File

@ -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',
)
) );