How to setup Dark theme with Dotnet 8 Blazor App?

Hi @farahjr,

As seen on @Ian_Morris screenshots, you can try using dark.css instead of dark-base.css. The [theme]-base.css is unobtrusive and takes into account any additional styling you might have (in that case Bootstrap's styles), [theme].css on the other hand applies its own global styles for typography.