diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 17:37:38 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 17:37:38 +0100 |
| commit | a5e44a663e0f3d7701f7784c88d6982d090892b0 (patch) | |
| tree | 4edd9f310c22ceded4c1d80bc06899b1266727be | |
| parent | f0e0373744c4b75dafdcd43f480bd4ddd1987b4a (diff) | |
Use the css syntax for the unicode escape
| -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..9125736 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -229,7 +229,7 @@ main { padding-left: var(--base-grid); &::before { - content: "✳"; + content: "✳\FE0E"; width: var(--base-grid); display: inline-block; margin-left: calc(-1 * var(--base-grid)); |