79827318

Date: 2025-11-22 12:40:22
Score: 1
Natty:
Report link

If you want to apply css styling in a .css file that is linked to a .razor page, then I have found the best way to do this is to use the psuedo css selector ::deep:

::deep .test {
    color: red;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abbie