From 2e1626009ac25d3c0d739fc3e95ea1687c4cefe4 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Mon, 23 Mar 2026 14:46:39 -0700 Subject: fix missing cursor over project link separators --- src/static/stylesheets/projects.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/stylesheets/projects.css b/src/static/stylesheets/projects.css index f3181ce..cd7e6a5 100644 --- a/src/static/stylesheets/projects.css +++ b/src/static/stylesheets/projects.css @@ -38,7 +38,8 @@ .project-links a::after { content: "|"; margin: 0 6px; - cursor: none; + cursor: default; + color: black; } .project-links a:last-child::after { -- cgit v1.2.3