<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@counter-style octal {
  system: numeric;
  symbols: '0' '1' '2' '3' '4' '5' '6' '7';
  suffix: ': ';
}

ul {
  list-style: octal;
}
</pre></body></html>