diff --git a/static/style.css b/static/style.css index 990ddf4..cdc814f 100644 --- a/static/style.css +++ b/static/style.css @@ -216,7 +216,9 @@ nav #links { } nav #links svg { - display: none; + /*display: none;*/ + position: relative; + top: 21%; } nav #redlib { @@ -429,7 +431,7 @@ a:hover { } svg { - stroke: var(--text); + color: var(--text); } img[src=""] { diff --git a/templates/base.html b/templates/base.html index 00756d6..e63569d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -48,21 +48,27 @@ {% block search %}{% endblock %}