drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
81 stars 25 forks source link

Customize font color in RootPage Header #138

Open gabriel-dantas98 opened 5 months ago

gabriel-dantas98 commented 5 months ago

In our team we are creating changes to the Backstage UI and we would like to change the color of the background and the header text.

We've already managed to do it with the header background, but we haven't managed to do it with the font.

image

I've tried to implement it locally but it seems to be a limitation of the Backstage component itself.

image

Any suggestions for a better approach?

drodil commented 5 months ago

Did you try creating a custom theme and overriding the pageTheme as explained here: https://backstage.io/docs/getting-started/app-custom-theme/#example-of-a-custom-theme

gabriel-dantas98 commented 4 months ago

I tried, but I changed the color of all the fonts, not just the q&a header 😕