From 98c54cc903a2e4da5b1151b28d648c95ca177b57 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Sat, 20 Jul 2024 14:14:54 -0400 Subject: min next --- index.html | 6 +++--- static/styles.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4471244..1a6bde5 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
- Next: July 22 + July 22
@@ -72,7 +72,7 @@
- Next: July 24 + July 24
@@ -98,7 +98,7 @@
- Next: August 4 + August 4
diff --git a/static/styles.css b/static/styles.css index 00c38ae..ad1cc70 100644 --- a/static/styles.css +++ b/static/styles.css @@ -142,6 +142,7 @@ a:hover { } .instance { + font-weight: bold; border: 1px darkslategrey dotted; border-radius: 5px; padding: 1em; -- cgit v1.2.3