summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-06 14:06:29 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-06 14:06:29 -0400
commitca60cc10c4bbde1890d629cdd3afc6b2a55e5510 (patch)
tree0d069f4e07c26caced80aff8b646673545e8a77c
parenta9e058dcfe02a7243cd1652aef67bbb442ea21f5 (diff)
downloademacsconf-wiki-ca60cc10c4bbde1890d629cdd3afc6b2a55e5510.tar.xz
emacsconf-wiki-ca60cc10c4bbde1890d629cdd3afc6b2a55e5510.zip
Add colour to schedule tracks
-rw-r--r--2022/schedule-details.md6
-rw-r--r--local.css2
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 @@
<a href="#development">Jump to development talks</a>
<a name="general"></a>
-# General talks
+<h1><span class="sched-track General">General talks</span></h1>
<div class="schedule">
[[!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 @@
</div>
<a name="development"></a>
-# Development talks
+
+<h1><span class="sched-track Development">Development talks</div></h1>
+
<div class="schedule">
[[!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 }
+