summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-12-12 01:24:30 -0500
committerSacha Chua <sacha@sachachua.com>2021-12-12 01:24:30 -0500
commite01eb580ac2040e34fc92a1da5f5156c0774ba8c (patch)
treeb427bae1f39f3de2fb0406f0c84177b90d8e7e8a /local.css
parentfa0bcb1e1f11799dfd20ee6f8e02dc31dc5566f5 (diff)
downloademacsconf-wiki-e01eb580ac2040e34fc92a1da5f5156c0774ba8c.tar.xz
emacsconf-wiki-e01eb580ac2040e34fc92a1da5f5156c0774ba8c.zip
Use simpler markup for chapters
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 3 insertions, 2 deletions
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); }