This might be a dumb question but is there anyway to change the border color of the posts on your theme zephr from white to completely black? or any other color?
No worries, it’s not a dumb question. There isn’t a post border and I didn’t make an option for there to be one either, but if you’d like to add one, in the code, find .entry and before {/block:IndexPage} and after overflow:hidden; add:
border:1px solid {color:Border Color};
and then you can adjust the color using the “Border Color” option (which will also change the color of other borders/lines in the theme, so you could just replace {color:Border Color} with the HEX code of your choice if you don’t want it to affect those elements as well).










