From 6537fc855eb7cfb4b3c59a4b3e1b9757abda51ea Mon Sep 17 00:00:00 2001 From: toshikanneko Date: Sat, 12 Feb 2022 19:31:54 +0100 Subject: [PATCH] Hide repost ribbon on category pages --- ui/scss/init/_gui.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/scss/init/_gui.scss b/ui/scss/init/_gui.scss index 8171b5d47..11f0618b2 100644 --- a/ui/scss/init/_gui.scss +++ b/ui/scss/init/_gui.scss @@ -601,9 +601,6 @@ img { fill: var(--color-header-background); } } - .show-ribbon { - background-color: #ff0000 !important; - } } // The following wrapper classes are temporary to fix page specific issues