GREEB
11/2/2018 - 9:13 AM

ghost-dark-theme-casper

.code-toolbar{
    width:100%
    }
    .author-card-button {
    display: block;
    padding: 9px 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    border-radius: 20px;
    transition: all .2s ease;
}
    .site-nav-logo{
    padding:11px 100px;
    }
    .post-full-header {
    margin: 0 auto;
    padding: 70px 100px 0;
    max-width: 1040px;
    text-align: center;
}
 .post-full-content a {
    color: #fff;
    word-break: break-word;
    box-shadow: inset 0 -1px 0 #3eb0ef;
}   
 .moving-avatar, .static-avatar {
  border: none
}

.author-template .post-feed, .home-template .post-feed, .tag-template .post-feed {
  margin: 0 -20px
}

.site-description, .site-title {
  width: 100%;
  text-align: left
}

.site-header-content {
  padding: 0;
  min-height: unset
}

.author-card-content p, .author-card-name a, .post-card-content-link, body {
  color: #f1f1f1
}

hr {
  border-top: 3px solid #363636
}

.post-full-content blockquote {
  border-left: 3px solid #363636
}

.floating-header {
  visibility: hidden
}

.post-full-content {
  background: 0 0
}

.post-full-title {
  color: #efefef;
  text-align: left;
    font-size:4rem
 }

.date-divider {
  color: #393939
}

.post-card-tags, .post-full-meta a, .post-full-meta-date, .reading-time {
  color: #4d4d4d
}

.home-template .site-nav, .post-template .post-full-image, .rss-button, .site-footer-nav, .social-links {
  display: none
}

.page-template .site-header, .page-template .site-main, .post-template .site-main, .site-footer, .site-header:after, .site-header:before, body {
  background: #232323
}

.post-full-content em, .post-full-content h1, .post-full-content h2, .post-full-content h3, .post-full-content h4, .post-full-content h5, .post-full-content h6, .post-full-content strong {
  color: #fff
}

.post-card {
  background: #303030
}

.post-full-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: normal;
  justify-content: normal;
  -ms-flex-align: normal
}
</style>
<style>
code[class*="language-"],
pre[class*="language-"] {
	color: #ccc;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;

}