Sha256: 6240806c7cb57e28dd00f1d57aa0c11319618415187394b753b7653cc625b6f4

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 Bytes

Contents

article {
    padding: 1em;

    h1 {
        color: $color-header-secondary;
    }

    h2 {
        color: $color-header-primary;
    }

    .post & {
        flex-basis: $size-post;
    }

    a {
        color: $color-header-secondary;

        &:visited {
            color: $color-header-primary;
        }

        &:hover {
            color: $color-text-primary;
        }
    }

    pre {
        padding-left: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
        border-left: 0.2em solid $color-highlight-primary;
        background-color: $color-background-secondary;
    }

    @include media-mobile {
        margin-top: 2em;
    }
    @include media-tablet {
        margin-top: 2em;
    }

    @include media-desktop {
        margin-left: 1em;
        margin-right: 1em;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voppe-jekyll-theme-0.6.1 _sass/components/article.scss