From e52a2124a3ad6e76b7d986818c1ae3799fb4b782 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 15 Mar 2021 13:26:10 +0100 Subject: [PATCH] CSS: Remove stray Y. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit How did you get there? 😲 --- assets/blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/blog.css b/assets/blog.css index 5159750..e9e015d 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -81,7 +81,7 @@ a:hover, a:hover:visited hr { - color: var(--fg);Y + color: var(--fg); } .nav-top, .nav-bottom