From dbb13f73f4f9e06373bbb6f72a6abdec12614c2e Mon Sep 17 00:00:00 2001 From: ayaka Date: Mon, 6 Jan 2025 07:59:03 +1300 Subject: [PATCH] icon change --- static/style.css | 6 ++++-- templates/base.html | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 10 deletions(-) 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 %}