+1
Under review

logo.svg

Yehia Abd Alrahman 4 years ago updated by Christian Fritz 4 years ago 1

Hi, 

The bibbase logo.svg shows a black text and my webpage has a black background. I am using a css to override the bibbase original css but I have no idea how to handle this. Also the dropdown group is now formatted strangely but I know this is something I can handle.

https://lazkany.bitbucket.io/#resume


Thanks 

Under review

Hi Yehia,

You can add the following CSS to invert the black to white for all SVGs used by BibBase:

#bibbase img {
  filter: invert(1);
}


In addition to the logo this will also take care of the link icons: