From 271833b48544f904ff398966f3d1514c803692b7 Mon Sep 17 00:00:00 2001 From: TristanKatte <134813224+TristanKatte@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:26:40 +0100 Subject: [PATCH] Update style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 42d8dc97..e27a6e64 100644 --- a/css/style.css +++ b/css/style.css @@ -87,7 +87,7 @@ ul li::marker { } -.listItems::before { +/*.listItems::before { content: ""; border-color: transparent #111; border-style: solid; @@ -98,7 +98,7 @@ ul li::marker { left: -2em; top: 2.5em; position: relative; -} +}*/ button { background-color: var(--secundaryColor);