in your sugarcube theme, how can i change the background color of answers to asks?
hi! that’s a coding mistake and I really thank you for pointing that out.
the code on pastebin has already been fixed, but to fix your own code all you have to do is find this part of the css in the html
.answer {padding:11px;background:#ffffff;margin-top:0px;border-bottom:1px solid {color:links hover};}
and replace for this one
.answer {padding:11px;background:{color:posts};margin-top:0px;border-bottom:1px solid {color:links hover};}
I’m really sorry for the trouble and thank you again <3














