Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The background that Jaxel added really helped I think. There is one more style update coming soon that should fix any remaining small small issues or problems. :)I just want to say that the skin looks awesome now. Thank you guys for the hard work.
In the update I just released the line is a little bit brighter. Otherwise, if Jaxel adds this to EXTRA.css, the background color of the posts will subtly alternate. Personally, I don't like it that much, but who knows.Also, is it possible to make a bigger visual difference between posts? Now there's only a white line separating posts. Would it be possible to make the even posts slightly different in colour than the uneven ones?
.messageList .message:nth-child(even),
.messageList .message:nth-child(even) .messageContent,
.messageList .message:nth-child(even) .messageMeta {
background-color: #2e2e2e;
}
.messageList .message {
margin: 0 -20px;
padding: 10px 20px 30px;
}