From ca60cc10c4bbde1890d629cdd3afc6b2a55e5510 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 6 Oct 2022 14:06:29 -0400 Subject: Add colour to schedule tracks --- 2022/schedule-details.md | 6 ++++-- local.css | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/2022/schedule-details.md b/2022/schedule-details.md index cc6b0cdc..afcb5499 100644 --- a/2022/schedule-details.md +++ b/2022/schedule-details.md @@ -1,6 +1,6 @@ Jump to development talks -# General talks +

General talks

[[!template id=sched title="Emacs journalism (or everything's a nail if you hit it with Emacs)" url="/2022/talks/journalism" speakers="Alfred Zanini" slug="journalism" q-and-a="live"]] [[!template id=sched title="Back to school with Emacs" url="/2022/talks/school" speakers="Daniel Rösel" slug="school" q-and-a="IRC"]] @@ -26,7 +26,9 @@
-# Development talks + +

Development talks

+
[[!template id=sched title="Pre-localizing Emacs" url="/2022/talks/localizing" speakers="Jean-Christophe Helary" slug="localizing" q-and-a="live"]] [[!template id=sched title="Tree-sitter beyond syntax highlighting" url="/2022/talks/treesitter" speakers="meain" slug="treesitter" q-and-a="IRC or pad after event"]] diff --git a/local.css b/local.css index 73b2ecbf..13e24f85 100644 --- a/local.css +++ b/local.css @@ -120,4 +120,6 @@ ol.chapters { list-style-type: none; padding: 0; } overflow: hidden; text-overflow: ellipsis; } + h1 { margin-top: 2em } + -- cgit v1.2.3