summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-23 14:46:39 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-23 14:46:39 -0700
commit2e1626009ac25d3c0d739fc3e95ea1687c4cefe4 (patch)
treea1b652a609939ed2fbf3b1073139f61784dfa095
parent69818f00778506691855a06ebd9521cc47f0f2e9 (diff)
fix missing cursor over project link separators
-rw-r--r--src/static/stylesheets/projects.css3
1 files changed, 2 insertions, 1 deletions
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 {