79782818

Date: 2025-10-05 06:24:50
Score: 1
Natty:
Report link

If your nested <ol>s are always inside another <ol> you can target:

div ol:not(ol ol) {
  /* your css */
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alireza Hedayati