From 0122516fd6b6a40fc3b78104cb38da0da4f8eb55 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 30 Oct 2019 11:55:20 +0530 Subject: remove all js --- docs/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 0287de6..a510575 100644 --- a/docs/style.css +++ b/docs/style.css @@ -49,6 +49,14 @@ html { margin: 2rem; } +details > summary { + list-style: none; +} + +details > summary::-webkit-details-marker { + display: none; +} + hr { color: var(--light-black); } -- cgit v1.2.3