diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index 3f83b7f..7528ca9 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -239,3 +239,8 @@ input#id_poll_frequency text-decoration-line: underline; text-decoration-style: dotted; } + +a.navbar-item span:nth-child(2):before +{ + content: " "; +} diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 055e02b..c323efa 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -223,3 +223,8 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top { text-decoration-line: underline; text-decoration-style: dotted; } + +a.navbar-item span:nth-child(2):before +{ + content: " "; +} diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index ee5448b..62a7438 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -58,7 +58,7 @@ {% endif %} -
 
+
{% block navbar %}