diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 17:30:47 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 17:30:48 +0100 |
| commit | f0e0373744c4b75dafdcd43f480bd4ddd1987b4a (patch) | |
| tree | 5cecec2014a2fabd00a063ad935ef19cc0a65e18 /static/css/style.css | |
| parent | 830ccad2f9799fa883d82da25e9a92729f70a6e7 (diff) | |
Revert the character
Diffstat (limited to 'static/css/style.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 e66b2df..8b719ae 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -229,7 +229,7 @@ main { padding-left: var(--base-grid); &::before { - content: "✳\uFE0E"; + content: "✳"; width: var(--base-grid); display: inline-block; margin-left: calc(-1 * var(--base-grid)); |