* {
    color: #666;
}
body { 
    background: none;
    background-color: #f7f7f7;
}
.desktop-style div.boardlist:not(.bottom) {
    background-color: white;
}
form table tr th {
    background-color: #eee;
    color: black;
}
header div.subtitle, h1, div.post.reply, div.pages {
    color: #666;
    border: 0px solid red;
}
div.post.reply, div.pages {
    background-color: #eee;
}
label[for=spoiler]{display:none;}
input#spoiler:after{content:"NSFW";position:relative;left:20px;}
.post-image[src="/static/spoiler.png"]{content:url(https://i.imgur.com/pDVXVV4.png);}
/* .post-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
} */
hr {
    background-color: #eee;
    border: solid #eee 1px;
    color: 1px;
}
time {
    display: none;
}
.post_no {
    font-size: 1.2em;
}
.post_modified {
    display: none;
}
.post.reply.body-not-empty {
    width: 100%;
    border: 0px solid black;
}