From 7d655b0b71d2bf63987680d3fa0801952c69e5a9 Mon Sep 17 00:00:00 2001 From: Sandeep Kumar Date: Sun, 7 Apr 2024 11:07:29 +0530 Subject: [PATCH] change: Update list markings --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 31eb952..1b619dd 100644 --- a/styles.css +++ b/styles.css @@ -127,15 +127,15 @@ li:hover::before { } li:first-of-type::marker { - content: "┏━━"; + content: "╔══"; } li::marker { - content: "┣━━" + content: "╠══" } li:last-of-type::marker { - content: "┗━━"; + content: "╚══"; } li:only-of-type::marker {