Screen recording of the difference (before and then after):
https://cdn.imgchest.com/files/21cf5ace3d06.mp4
If anyone wants to do it as well (and have a css editor plugin such as Stylus) here's the changes:
Code: Select all
/* Fixed background */
body {
background-attachment: fixed;
}
/* A more narrow width */
.wrap {
width: 55%;
margin: auto;
}
/* Pagination moved down */
.pagination {
padding-top: 10px;
}
/* Lines between topics */
.row.bg1 {
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.row.bg2 {
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(255, 255, 255, .1);
padding-bottom: 0px;
}
Also, if there's toggles for these kinds of things built in to the user settings I apologize for wasting everybody's time.
