Here is the solution…
First the problem: The background color of the create new doc tab was the same color as the text.
I edited the background color of the tab here:
buddypress-docs/includes/css/bp-docs.css
#bp-create-doc-button {
float: right;
background-color: #ffffff;
margin: 5px 19px;
font-weight: bold;