From 0a887bbea0fe834bde265941a3acd3d46b0acc22 Mon Sep 17 00:00:00 2001 From: Connor McArthur Date: Tue, 14 Nov 2023 19:56:06 -0500 Subject: [PATCH] this goes on img tag, not on a tag --- source/stylesheets/main.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/main.css.scss b/source/stylesheets/main.css.scss index fe7f8a9ec..e3327aedd 100644 --- a/source/stylesheets/main.css.scss +++ b/source/stylesheets/main.css.scss @@ -39,6 +39,6 @@ img { display: block; } -a [href$="#gh-dark-mode-only"] { +img [href$="#gh-dark-mode-only"] { display: none; } \ No newline at end of file