Closed hou098 closed 2 years ago
This should do it
diff --git a/bpaotu/bpaotu/static/bpaotu/bpaotu.css b/bpaotu/bpaotu/static/bpaotu/bpaotu.css index 7235a02..1d70fd9 100644 --- a/bpaotu/bpaotu/static/bpaotu/bpaotu.css +++ b/bpaotu/bpaotu/static/bpaotu/bpaotu.css @@ -161,3 +161,7 @@ body { .footer-logos { max-width: 150px; } + +.nav-item a { + cursor: pointer; +}
Note that Django static assets are not versioned, so may need a cache breaker on *.css
This should do it
Note that Django static assets are not versioned, so may need a cache breaker on *.css