diff options
Diffstat (limited to 'css/desktop/content.css')
| -rwxr-xr-x | css/desktop/content.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/desktop/content.css b/css/desktop/content.css index 0a86b16..a879711 100755 --- a/css/desktop/content.css +++ b/css/desktop/content.css @@ -26,3 +26,7 @@ border: none; background-color: #98A5B0; } + +.content ol.paren > li::marker { + content: counter(list-item, lower-alpha) ") "; +} |
