diff --git a/core/static/core/header.scss b/core/static/core/header.scss index 5c90e319..5888a965 100644 --- a/core/static/core/header.scss +++ b/core/static/core/header.scss @@ -37,7 +37,7 @@ $hovered-red-text-color: #ff4d4d; } &:hover>a { - color: $hovered-text-color;; + color: $hovered-text-color; } @media (max-width: 607px) { diff --git a/core/static/core/navbar.scss b/core/static/core/navbar.scss index 6566c9e5..7b0caa06 100644 --- a/core/static/core/navbar.scss +++ b/core/static/core/navbar.scss @@ -134,5 +134,5 @@ nav.navbar { } } } - } + } } \ No newline at end of file diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index bc93d967..ea610aa8 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -16,7 +16,6 @@ {# Thile file is quite heavy (around 250kb), so declaring it in a block allows easy removal #} {% endblock %} -