UX: Ensure unstyled `.btn-social` elements have a contrasting background

For example, in plugins where the background color is not explicitly set
This commit is contained in:
David Taylor 2018-11-22 15:00:32 +00:00
parent 2ef16e9f4e
commit 1fd0787dd7
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
.btn-social {
color: #fff;
background: #666;
&:hover {
color: #fff;
}