gatsby-code-titles-dracula
Version:
Dracula code titles theme for Gatsby
15 lines (14 loc) • 393 B
CSS
.gatsby-code-title {
position: relative;
z-index: 100;
margin-bottom: 0;
font-family: PT Mono, Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-style: italic;
font-size: 18px;
font-weight: 100;
text-align: center;
line-height: 24px;
letter-spacing: -1px;
color: rgba(248, 248, 242, 0.75);
background-color: #1d1f27;
border-bottom: 1px solid #6272a4; }