diff --git a/core/static/core/navbar.scss b/core/static/core/navbar.scss index 7cdd1915..cddbceaa 100644 --- a/core/static/core/navbar.scss +++ b/core/static/core/navbar.scss @@ -28,6 +28,10 @@ flex-direction: row; gap: 10px; + &:hover > a { + color: #aaa; + } + @media (max-width: 607px) { width: 100%; justify-content: center; @@ -84,13 +88,15 @@ > input[type=submit] { border-radius: 0; - z-index: 10; margin: 0; box-sizing: border-box; background-color: #354a5f; width: 45px; height: 25px; padding: 0; + color: white; + font-weight: normal; + line-height: 1.3em; &:hover { background-color: #283747; diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index 010bdb30..c1d77759 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -43,10 +43,10 @@ -
+ {% if not user.is_authenticated %}