diff --git a/app/scss/nav.scss b/app/scss/nav.scss index be70681..84bce08 100644 --- a/app/scss/nav.scss +++ b/app/scss/nav.scss @@ -37,6 +37,10 @@ nav li a { border-left: 1px solid #444; } +nav li a:not([href]) { + cursor: default; +} + nav ul li:last-child a { border-right: 1px solid #444; } diff --git a/app/templates/base.html b/app/templates/base.html index 07fe1fb..1cc6aba 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -46,8 +46,7 @@
  • +