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 {