From 309489ea65b09efb7b006f76b9dc78ad505d0013 Mon Sep 17 00:00:00 2001 From: Connor McArthur Date: Tue, 14 Nov 2023 20:17:59 -0500 Subject: [PATCH] s/href/src --- 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 e3327aedd..9ff6f3d29 100644 --- a/source/stylesheets/main.css.scss +++ b/source/stylesheets/main.css.scss @@ -39,6 +39,6 @@ img { display: block; } -img [href$="#gh-dark-mode-only"] { +img [src$="#gh-dark-mode-only"] { display: none; } \ No newline at end of file