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 <?php
# function file for Haddon 2016 child theme # function file for Twenty Sixteen child theme
# Enqueue the css # Enqueue the css
@ -63,9 +63,9 @@ function child_theme_customizer_settings( $wp_customize ) {
'type' => 'radio', 'type' => 'radio',
'section' => 'dark_mode', 'section' => 'dark_mode',
'choices' => array( 'choices' => array(
'blue' => 'Alpenglow', 'dark' => 'Classic Dark',
'dark' => 'Classic Dark', 'alpenglow' => 'Alpenglow',
'var' => 'Variable Test', 'blue' => 'Blue',
) )
) ); ) );

View File

@ -1,11 +1,11 @@
/* /*
Theme Name: Twenty Sixteen Dark Theme Theme Name: Haddon 2016
Theme URI: https://github.com/jakeosx/twenty-sixteen-child-theme Theme URI: https://github.com/jakeosx/twenty-sixteen-child-theme
Description: Twenty Sixteen Child Theme with dark mode theme; CSS arranged for easy font configuration Description: Twenty Sixteen Child Theme with dark mode theme; CSS arranged for easy font configuration
Author: Jacob Haddon Author: Jacob Haddon
Author URI: http://jacobhaddon.com Author URI: http://jacobhaddon.com
Template: twentysixteen Template: twentysixteen
Version: 1.2.0 Version: 1.3.1
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Twenty Sixteen, Dark Mode Tags: Twenty Sixteen, Dark Mode
@ -24,8 +24,7 @@ button,
input, input,
select, select,
textarea, textarea,
.wp-block-verse, .wp-block-verse { font-family: Merriweather, Georgia, serif; }
.wp-block-preformatted { font-family: Merriweather, Georgia, serif; }
/* Sans-Serif */ /* Sans-Serif */
blockquote, blockquote,
@ -52,7 +51,8 @@ blockquote,
/* Monospace */ /* Monospace */
pre, pre,
code, code,
.wp-block-code .wp-block-code,
.wp-block-preformatted
{ {
font-family: 'IBM Plex Mono', monospace; font-family: 'IBM Plex Mono', monospace;
background-color: transparent; background-color: transparent;