aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-10-30 06:25:20 +0000
committerAkshay <[email protected]>2019-10-30 06:25:20 +0000
commit0122516fd6b6a40fc3b78104cb38da0da4f8eb55 (patch)
tree96191cf02b3c45d853de4f648714a0d15490dc88 /docs/style.css
parente9d5f995d17137e0b70855904c3315b8a4985e6f (diff)
remove all js
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css8
1 files changed, 8 insertions, 0 deletions
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 {
49 margin: 2rem; 49 margin: 2rem;
50} 50}
51 51
52details > summary {
53 list-style: none;
54}
55
56details > summary::-webkit-details-marker {
57 display: none;
58}
59
52hr { 60hr {
53 color: var(--light-black); 61 color: var(--light-black);
54} 62}