Where are the default CSS files for dash?

Where are they? I’m using a venv on widnows.

Hi @notsolowki there is no default CSS file installed with the Dash package, if you don’t give any CSS file explicitly you will just get your browser’s default (you can check this by right-clicking “Inspect element” on a dcc component inside your browser). However the dash docs use a css file https://codepen.io/chriddyp/pen/bWLwgP.css which you can also use for your own apps (see https://dash.plotly.com/layout).