updating previously uncommitted changes.
moved block-pre-formatted from serif to mono in css renamed back to Haddon 2016
This commit is contained in:
parent
004798ef39
commit
912499696c
@ -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',
|
||||
)
|
||||
) );
|
||||
|
||||
|
10
style.css
10
style.css
@ -1,11 +1,11 @@
|
||||
/*
|
||||
Theme Name: Twenty Sixteen Dark Theme
|
||||
Theme Name: Haddon 2016
|
||||
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
|
||||
Author: Jacob Haddon
|
||||
Author URI: http://jacobhaddon.com
|
||||
Template: twentysixteen
|
||||
Version: 1.2.0
|
||||
Version: 1.3.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags: Twenty Sixteen, Dark Mode
|
||||
@ -24,8 +24,7 @@ button,
|
||||
input,
|
||||
select,
|
||||
textarea,
|
||||
.wp-block-verse,
|
||||
.wp-block-preformatted { font-family: Merriweather, Georgia, serif; }
|
||||
.wp-block-verse { font-family: Merriweather, Georgia, serif; }
|
||||
|
||||
/* Sans-Serif */
|
||||
blockquote,
|
||||
@ -52,7 +51,8 @@ blockquote,
|
||||
/* Monospace */
|
||||
pre,
|
||||
code,
|
||||
.wp-block-code
|
||||
.wp-block-code,
|
||||
.wp-block-preformatted
|
||||
{
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
background-color: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user