diff options
Diffstat (limited to 'src/static/stylesheets')
| -rw-r--r-- | src/static/stylesheets/projects.css | 3 |
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 { |
