.quote {
    color: #00008B;
}

div.boardlist {

    background-color: #9ED9B8!important;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    opacity: 0.92;

}


/* General */
 
body {
  background: linear-gradient(to bottom, white, rgba(46, 199, 138, 0.3) 10%);
}
 
div#yeelmao {
display:none!important;
}
 
/*
** The 2 following !important rules override default site theme
** and must remain, or they will not be applied.
*/
a:not(#favorite-star), a:visited, h2 {
color:#000 !important
}
 
a:not(#favorite-star):hover {
color:#595959 !important;
}
 
div.blotter, .intro span.name {
color: #008000;
}
 
/* Thread */
 
div.post.reply {
border-color: black;
border-top-right-radius: 6px;
background-color: #ECF7F1;
}
 
div.post.reply.highlighted {
background-color: white;
}
 
/* Pages */
/*
** Thanks to Anon for helping out with this one <3
*/
 
div.pages {
  color: black;
  border-color: black;
  border-top-right-radius: 6px;
  background-color: #9ED9B8;
}
 
/* QR */
/*
** This !important rule is actually important,
** without it the QR bar looks weird
*/
td.show-options-cell, span.handle, th {
  background-color: #ECF7F1 !important;
}
 
/* What the fuck why is this black */
li {
  background-color: white !important;
}
 
li:hover{
  background-color: #DAF0EE !important;
}