79782847

Date: 2025-10-05 07:38:06
Score: 1
Natty:
Report link

This method is simpler and more consistent.

First style all <ol> and then get the style from the child <ol>:

ol{
  /* your style */
}

/* unset all style in child */
ol ol{
  all:unset;
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohammad Heidari