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; }