diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 17:29:32 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 17:29:32 +0100 |
| commit | 830ccad2f9799fa883d82da25e9a92729f70a6e7 (patch) | |
| tree | 2fe1b22138bb733b9c3c7dc1c0fce42c3de27b0a | |
| parent | 19e40f553d2e377566223c388de7cddb2dfaca94 (diff) | |
Try to force the bullet to render plain
| -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 8b719ae..e66b2df 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -229,7 +229,7 @@ main { padding-left: var(--base-grid); &::before { - content: "✳"; + content: "✳\uFE0E"; width: var(--base-grid); display: inline-block; margin-left: calc(-1 * var(--base-grid)); |