diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index a444673a..c11987f6 100644 --- a/static/style.css +++ b/static/style.css @@ -212,7 +212,7 @@ header li { display: block; } -header li::after { +header li:not(:last-child)::after { content: "ยป"; } |