body {
    background-color: rgb(0, 0, 0);
}

hr {
    border: dotted;
    /* height: 10px; */
}

.footer .copyright {
    display: none;
}

.headings--one-size h2 {
    color: rgb(222, 194, 253);
}

/* date and author */
.post-meta {
    font-size: 1rem;
    margin-bottom: 5px;
    color: rgba(255, 98, 102, 1.0);
}

/* tags */
.post-tags {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    opacity: 1.0;
    color: rgb(163, 163, 163);
}

/* Custom taxonomies */
.type-tags {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    opacity: 1.0;
    color: rgb(222, 194, 253);
}

.type-tags a {
    text-decoration:none
}

/* hide trailing commas */
.unlessLast:last-child {
    display: none;
}