.postbody{
    background: rgba(40, 40, 40);
}
.highlighter-hljs{
    background: rgba(251, 241, 199,0.6);
}
blockquote p{
    color: rgba(255, 255, 255);
}
.table-wrapper table thead tr {
    color: rgba(0,0,0);
    background : rgba(68, 68, 68);
}
.table-wrapper table{
    width: 100%;
}
body{
    background: rgb(43, 42, 51);
}