diff --git a/app/components/youtube-link.gjs b/app/components/youtube-link.gjs
index 619400f..5bf7318 100644
--- a/app/components/youtube-link.gjs
+++ b/app/components/youtube-link.gjs
@@ -16,6 +16,8 @@ function thumbnail(youtubeID) {
{{@date}}
+
+
diff --git a/app/styles/app.css b/app/styles/app.css
index 3d83084..c9382cb 100644
--- a/app/styles/app.css
+++ b/app/styles/app.css
@@ -157,13 +157,16 @@ footer p a[href^="https://"]:after,
grid-column: 1 / 3;
display: grid;
grid-template-columns: 3fr 1fr;
-
- /* color: #000; */
font-weight: bold;
- /* padding: 4px; */
- margin-bottom: 6px;
}
.link-list .header .talk-date {
justify-self: end;
}
+
+/* cross-platform
styling */
+.accent-rule {
+ border-color: var(--accent);
+ background-color: var(--accent);
+ color: var(--accent);
+}