From 2805f5084e22e3cc9e47da8e53e1c434bf3aa65f Mon Sep 17 00:00:00 2001 From: Nitai Sasson Date: Sun, 19 Oct 2025 01:03:50 +0300 Subject: [PATCH] disable background on Ferris --- ferris.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ferris.css b/ferris.css index 513efa1431..afee0d2936 100644 --- a/ferris.css +++ b/ferris.css @@ -65,3 +65,7 @@ pre:hover > .buttons button { visibility: visible; opacity: 1; } + +pre > .buttons :hover:not(button) { + background-color: transparent; +}