From 63e0fa5334b225016d6829191331745503727cc4 Mon Sep 17 00:00:00 2001
From: Jonny Gerig Meyer
Date: Thu, 2 May 2024 17:34:10 -0400
Subject: [PATCH] Address review
---
css/demo.css | 4 ++++
index.html | 18 +++++++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/css/demo.css b/css/demo.css
index e238182..6a14a87 100644
--- a/css/demo.css
+++ b/css/demo.css
@@ -200,6 +200,10 @@ body {
}
}
+a[target='_blank']::after {
+ content: ' ↗';
+}
+
.button-group {
display: grid;
gap: var(--gap);
diff --git a/index.html b/index.html
index cfa1bee..f8fd3b2 100644
--- a/index.html
+++ b/index.html
@@ -34,11 +34,17 @@
@@ -55,7 +61,7 @@
+