Stylesheet tweaks
Change vote colors
/* Change vote colors to match reddit */
.vote .active.vote__up button {
color: #ff8f65;
}
.vote .active.vote__down button {
color: #9494ff;
}
Get rid of margins on left and right side to match layout of old reddit
/* Get rid of margins */
.kbin-container {
max-width: none;
}
Make post creation UI wider
/* Make post creator wider */
.page-entry-create .container {
max-width: none;
}