From 77e2fe72774cf6ca4513568c70af51b7620b54df Mon Sep 17 00:00:00 2001 From: Sean Massa Date: Mon, 15 Jan 2024 15:25:09 -0600 Subject: [PATCH] clean up talks --- app/components/youtube-link.gjs | 4 +--- app/styles/app.css | 17 +++++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/app/components/youtube-link.gjs b/app/components/youtube-link.gjs index 5bf7318..08defdb 100644 --- a/app/components/youtube-link.gjs +++ b/app/components/youtube-link.gjs @@ -13,11 +13,9 @@ function thumbnail(youtubeID) {
{{@title}}
-
{{@date}}
+
[{{@date}}]
-
-
diff --git a/app/styles/app.css b/app/styles/app.css index c9382cb..c2ab9c9 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -36,6 +36,10 @@ } } +h1, h2, h3 { + line-height: 1; +} + a, a:visited { color:var(--accent); } @@ -149,7 +153,6 @@ footer p a[href^="https://"]:after, } .link-list>div { - border: 1px solid var(--accent); padding: 4px 12px; } @@ -158,15 +161,13 @@ footer p a[href^="https://"]:after, display: grid; grid-template-columns: 3fr 1fr; font-weight: bold; + font-size: 1.5em; } -.link-list .header .talk-date { - justify-self: end; +.youtube-link a { + text-decoration: none; } -/* cross-platform
styling */ -.accent-rule { - border-color: var(--accent); - background-color: var(--accent); - color: var(--accent); +.link-list .header .talk-date { + justify-self: end; }