Blazor css not applied
Hi,
i have a component css file for my blazor component where i have definied
However, when I look at the rendered html in the browser, i see the h1 is not 2.5rem and got overwritten by user agent stylesheet. What is that? I also noticed that the first css is applied but the second one is not. How does that come? How can I fix that?
I attached a screenshot of the DevTools so you can see the html and css.
0 Replies