/*
 Theme Name:   Mesmerize Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Code Sharing
 Author:       Sean Walter
 Author URI:   http://example.com
 Template:     mesmerize
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mesmerize-child
*/

pre, code{
  white-space: pre;
  overflow-x: auto;
  color: white;
  max-width: 100%;
  background: linear-gradient(
    to bottom,
    #383838,
    #383838 50%,
    #404040 50%,
    #404040
  );
  background-size: 100% 2.8em;
  line-height: 1.4em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: .2em;
  padding-right: .2em;
  margin-left: 1em;
  margin-right: 1em;
}

.inner-header-description {
  padding-top: 1%;
  padding-bottom: 1%;
}

.single-post .header-subtitle,
.single-post .post-navigation {
  display: none;
}

.single-post h1 {
  margin-bottom: 0;
}

.inline-code{
	background: white;
	color: black;
	font-family: courier;
}

body {
  color: #3c424f;
}
