Re: Change Adminbar font color?
Line 16 of adminbar.css in /budypress/bp-themes/bp-default/_inc/css/
You could simply add #000 to the background shorthand declaration as it’s using a trans png graphic so adding a flat colour will darken the background down.
In doing this the general advice is to do so in a child theme otherwise your changes will be overwritten on upgrades.