From bb955908dff981ee26410141659a2b429beee053 Mon Sep 17 00:00:00 2001 From: Connor McArthur Date: Tue, 14 Nov 2023 19:49:27 -0500 Subject: [PATCH] try hiding dark mode images (resolves #2476) --- source/stylesheets/main.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/stylesheets/main.css.scss b/source/stylesheets/main.css.scss index fee855c4b..fe7f8a9ec 100644 --- a/source/stylesheets/main.css.scss +++ b/source/stylesheets/main.css.scss @@ -37,4 +37,8 @@ img { .hub-logo > img { display: block; +} + +a [href$="#gh-dark-mode-only"] { + display: none; } \ No newline at end of file