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 {
|
.btn-social {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: #666;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue