diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
commit | beb43e8bb85e0358ceec3163495baea4b25181122719eb794a882a37a36e7ec9 (patch) | |
tree | cf320ee2f40b0ae3ca0171098caf6cb04bcd64dc56173f6c6822c7f047fab09b /static/css | |
parent | 64644083d638b406de38a347c1f0230e92c9e83d96106c889a5f10f3ad5ac923 (diff) | |
download | hugo-theme-journal-beb43e8bb85e0358ceec3163495baea4b25181122719eb794a882a37a36e7ec9.tar.gz hugo-theme-journal-beb43e8bb85e0358ceec3163495baea4b25181122719eb794a882a37a36e7ec9.zip |
Remove leading zero from <ol> for Gemini convergence
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index c078c48..425537b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -82,7 +82,7 @@ blockquote p { } ol { - list-style: decimal-leading-zero inside none; + list-style: decimal inside none; } ul { |