shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs

commit 631d068e15ff4ced4a84e8d77ae9630fd85610d7
parent be8ebe5436ff3645dfeba7f7dda53b0825d42744
Author: knutsen <samuel@knutsen.co>
Date:   Mon, 24 May 2021 23:21:50 +0100

Experiment with <ol> markings.

Diffstat:
Mstyle.css | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -9,6 +9,15 @@ color: white; } +/* +ol > ::marker { + content: "\2116" counter(list-item) ". "; + font-variant-numeric: oldstyle-nums; +} +*/ +ol > ::marker { + content: counter(list-item, cjk-ideographic) "\ff0e"; +} html, body { padding: 0;