body {
    background: #000;
    color: #FFF;
}

article.blog-content {
    font-family: "Courier New";
}

h1.blog-name a {
    font-family: "Courier New";
    color: #00FF00;
}

h1.post-title {
    font-family: "Courier New";
}

.header #menu a svg {
    fill: #00FF00;
}

.header #menu a {
    color: #00FF00;
}

.header #menu a:hover {
    color: #00FF00;
    text-decoration: underline;
}

h1.blog-name a::before {
    content: '> ';
}

.blog-content .post-title {
    color: #545454;
}

i.post-date {
    color: #545454;
}

article.post-content a {
    color: #00FF00;
}

.post-comments {
    border-top: 1px solid #00FF00;
    font-family: "Courier New";
}

.post-comments h3 {
    color: #00FF00;
    font-family: "Courier New";
}

.post-comments h3::before {
    content: '> ';
}

.comment-item {
    border-bottom: 1px solid #333;
}

.comment-meta {
    color: #545454;
}

.comment-empty {
    color: #545454;
    font-family: "Courier New";
}

.comment-content {
    font-family: "Courier New";
}

.comment-form input[type="text"],
.comment-form textarea {
    background: #000;
    border: 1px solid #00FF00;
    color: #00FF00;
    font-family: "Courier New";
    border-radius: 0;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgba(0, 255, 0, 0.5);
}

.comment-form input[type="submit"] {
    background: #000;
    border: 1px solid #00FF00;
    color: #00FF00;
    font-family: "Courier New";
    border-radius: 0;
}

.comment-form input[type="submit"]:hover {
    background: #00FF00;
    color: #000;
}

.comment-form input[type="text"]::placeholder,
.comment-form textarea::placeholder {
    color: rgba(0, 255, 0, 0.3);
    font-family: "Courier New";
}

.comment-form {
    border-left: 2px solid #00FF00;
    padding-left: 1rem;
    font-family: "Courier New";
}

.comment-form::before {
    content: '$ leave a comment';
    display: block;
    color: rgba(0, 255, 0, 0.4);
    font-family: "Courier New";
    font-size: 0.85em;
    margin-bottom: 0.75rem;
}
