Sparkling dark theme problem

Dear Support, first thank you for sparkling theme, it is awesome.

i’m trying to make a dark (green/dark) version of sparkling theme. Almost everything gone smooth, but I cannot remove the small white line on the top of .post-inner-content div.

Here is an example (look at red arrows):

this my additional css .post-inner-content

.post-inner-content {
background-color: #002820;
color: #008800;
border:1px solid black;
}

Even if I force border-top width, border top is never displayed, just a thin white line. border-bottom works properly (also left/right border)

.post-inner-content {
background-color: #002820;
color: #008800;
border:1px solid black;
border-top: 5px solid red; <<< doesen’t works
border-bottom: 5px solid red; <<< works ok
}

I’ve also tried to remove from style.css “border-top: none;” but nothing change
.post-inner-content {
padding: 45px 50px;
background-color: #fff;
border: 1px solid #dadada;
border-top: none;
}

I have no glue where the problem is. For sure I’m missing something, but I don’t know where or what. Can you help me ?

Best regards
Marco (alura)

Sorry, just the time to write above message and I’ve found where solution is

body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
border-top: 1px solid #dadada;;
}

thank you,
Marco

Good evening Marco

Thank you for a solution, is your problem resolved finally? you don’t have questions anymore?

Hallo Noda, thank you for your reply. Yes, my problem is solved. You can close this thread if required.

Have a nice day

Marco

Thank you :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions
Thanks!