I have noticed that there are replies within the forum to remove or lighten the hover color on blog posts in Ethos.
I added this to the global CSS for my blog (https://www.freshtakeproductions.com/blog/):
a.entry-thumb.featured:hover:before {
background-color: #121e34;
}
However, the color is still black. How can I make it more blue?