Show and Tell - Dash Pivottable

Very cool, thanks a lot. I am attempting to alter styling by using an external stylesheet (Dash(…, external_stylesheets=‘my.css’)) but it seems as though many css classes are defined downstream, and I cannot override them. I have had limited success altering fontsizes and padding of various elements.

Any tips? And thanks again!

EDIT: I was able to get this working using the css classes outlined in https://github.com/plotly/react-pivottable/blob/master/src/pivottable.css edited to my liking and added to the layout by html.Link like here: Serve_locally option with additional scripts and style sheets