From e01eb580ac2040e34fc92a1da5f5156c0774ba8c Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 12 Dec 2021 01:24:30 -0500 Subject: Use simpler markup for chapters --- local.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 20706e7e..7a9225d0 100644 --- a/local.css +++ b/local.css @@ -83,7 +83,8 @@ summary h1 { display: inline-block } .speaker-details { margin: 0 } .vid .resources ul { margin: 0; list-style-type: none; padding: 0 } - ol.chapters { list-style-type: none; padding: 0; } +ol.chapters { list-style-type: none; padding: 0; } +#content ol.chapters a { text-decoration: none; color: inherit } .vid figure { margin: 0; padding: 0 } @@ -99,4 +100,4 @@ summary h1 { display: inline-block } border: 1px solid rgb(0 0 0 / 20%); border-radius: 5px; } .all > ol > li video { max-width: 100%; width: 100% } - .vid .chapters .current { background-color: rgba(0, 255, 0, 0.2); } + ol.chapters .current { background-color: rgba(0, 255, 0, 0.2); } -- cgit v1.2.3