/* Dear John,
Here is the custom css that you wanted.
Love,
John */

@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono);

body {
    background: white;
}

img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

div.boardlist {
    background-color: white !important;
    color: black;
}

header div.subtitle, h1 {
    color: black !important;
}

div.post.reply {
    background: #EDEDED !important;
}

.intro span.name {
    color: black !important;
}

* {
    color: black !important;
    font-family: 'Ubuntu Mono', Monospace;
}

.pages {
    background: #EDEDED !important;
}

form table tr th {
    background: #EDEDED !important;
}

span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  color: white !important;
}

.banner {
    background: #EDEDED !important;
}