For space/recent posts add CSS Insert
HTML Code:
div.widget_recent_entries li {
margin-bottom: XXpx;
}
Atahualpa is pretty much fixed on left border or nothing at the moment for list style types
I see no images referenced in the source code of the "Now Reading " section, only Titles and text that is not visible due to black background / black font size
You can add this to Widgets -> Widget Container:
color: #123456,
For the links in widgets that are not inside list items there is not extra setting at the moment, they're getting the overall setting for links which is black. But you can add a CSS Insert
HTML Code:
div.widget a:link,
div.widget a:visited,
div.widget a:active {
color: #123456;
}
div.widget a:hover {
color: #654321;
}
This may interfere with the links inside list items if you want different colors here and there