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:
parent
2ef16e9f4e
commit
1fd0787dd7
|
@ -150,6 +150,7 @@
|
|||
|
||||
.btn-social {
|
||||
color: #fff;
|
||||
background: #666;
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue