BafS/Gutenberg

View on GitHub
scss/themes/oldstyle.scss

Summary

Maintainability
Test Coverage
@import '../variables';

// @import url(https://fonts.googleapis.com/css?family=Crimson+Text:600);

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Crimson Text', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

body {
    font-family: $font-family-serif;
    text-align: justify;
}

h1 {
    text-align: center;
}

pre {
    border: 1px solid $table-color;
}

th,
td {
    border-bottom: 1px solid $table-color;
}

thead {
    border-bottom: 3px double $table-color;
}

blockquote {
    border-left: 1px dashed $table-color;
    font-variant: small-caps;
    margin-left: $spacing;
    padding-left: 1rem;

    & {
        p:first-letter {
            font-weight: bold;
        }
    }
}