HI there,
I am trying to change my social icons to match the rest of the site…This means:
- the border radius is zero so its a perfect square, with the border color #09275a and the background is white and the social icons are #09275a
and on hover it is
- the border radius and background is #09275a and the icons are white
See example:

I have tried this code but only achieved half of what I want:
.x-entry-share .x-share {
border-radius: 0;
border: solid 1px #09275a;
}

