You are viewing a single comment's thread.

view the rest of the comments →

0
2

[–] pembo210 0 points 2 points (+2|-0) ago  (edited ago)

"Disable custom CSS" as mentioned, then get a stylesheet plugin like Stylish.

Click on "Write Style for Voat.co" then paste the following code into the box and save it. Here's the result. This also makes it 100% wide. notice no wasted space.

edit: Here's the result for v/nightshift

body{background-color:#101010;}
#header-container{background-color:#000;}
#container{background-color:#000;max-width: none; }
.even{background-color:#101010;}
.odd{background-color:#000;}
.comment .comment .comment, .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
    background-color: #000;
}
.comment .comment, .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
    background-color: #101010;
}
pre, code {
    color: #A7A2FC;
    border: 1px solid #7f7f7f;
    background: #000;
  }