From 30573c430760c24496fa50f70980ed78a7e65715 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 17 Oct 2025 16:31:15 +0200 Subject: [PATCH] tried fixing the weird borders on scroll windows, didn't work --- gtk-themes/cyberqueer/gtk-3.0/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index 9c4896f..b56ea0f 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -49,7 +49,7 @@ overshoot.top, overshoot.bottom, overshoot.left, overshoot.right { - background: none; /* removes the opaque overlay */ + background: transparent; /* removes the opaque overlay */ background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */ border: none; }