/*
Theme Name: My Twenty Seventeen Child Theme
Theme URI: https://jeffmilner.com/wp-content/themes/twentyseventeen-child
Description: A child theme for Twenty Seventeen, with my personal tweaks to the theme.
Author: Jeff Milner
Author URI: https://jeffmilner.com/
Template: twentyseventeen
Version: 1.03
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

h2.entry-title {
	font-size: 2.5rem;
}

ins {
	text-decoration: none;
	font-weight: bold;}

pre code {
	display: block;
	background: none;
	white-space: pre;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	max-width: 100%;
	min-width: 100px;
	padding: 0;
}

code {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Menlo, "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "monospace";
	font-size: 90%;
	background-color: #f7e1e6;
}

p.powered-by-wordpress {
	visibility: hidden;
}

sup a.footnote-link {
	background-color: #ccc;
	padding: 0px 12px 0px 12px;
	border-radius: 9px;
	line-height: -5px;
}

sup a.footnote-link:hover {
	background-color: #eee;
}

