diff --git a/functions.php b/functions.php index d83facb..d54af98 100644 --- a/functions.php +++ b/functions.php @@ -1,6 +1,6 @@ 'radio', 'section' => 'dark_mode', 'choices' => array( - 'blue' => 'Alpenglow', - 'dark' => 'Classic Dark', - 'var' => 'Variable Test', + 'dark' => 'Classic Dark', + 'alpenglow' => 'Alpenglow', + 'blue' => 'Blue', ) ) ); diff --git a/style.css b/style.css index dd8495d..7ef99b6 100644 --- a/style.css +++ b/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;