From c4bad60d90d884c1ed21e11ce6ea185766203611 Mon Sep 17 00:00:00 2001 From: setto Date: Wed, 26 Mar 2025 12:40:02 +0100 Subject: [PATCH] Update WebServices/Peertube/custom-peertube.css --- WebServices/Peertube/custom-peertube.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebServices/Peertube/custom-peertube.css b/WebServices/Peertube/custom-peertube.css index 5cb7b58..de61ac1 100644 --- a/WebServices/Peertube/custom-peertube.css +++ b/WebServices/Peertube/custom-peertube.css @@ -15,7 +15,7 @@ body { /* */ background: linear-gradient(to bottom, hsla(0, 14.3%, 6.9%, 1), hsla(0, 14.3%, 6.9%, .5)), url(https://www.basspistol.com/images/bpist-wireframe-background-outline.svg); background-size: cover; - background-color: transparent !important; + background-color: var(--mainHoverColor) !important; background-attachment: fixed; background-position: center center !important; }