From 97614ed6457ccb742b3bdd0130ae54d5da1bfb7f Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 13 Mar 2023 13:54:31 +0000 Subject: [PATCH] add blur support owo --- css/poketube.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index fa9b6c7..8dfb2e5 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -45,7 +45,7 @@ --video-player-height-max: 720px; --video-player-width-max: 1280px; - + /* poketube color palette */ --ptc-very-red: #ff0000; --ptc-very-blue: #0000ff; @@ -63,12 +63,13 @@ #8e6f7e 100% ); --chip-background-hover: #3f3f3f; - + --primary-header-rgb: 38,35,58; + --min-opacity:0; --ptd-watch-min-player-height: 360px; --ptd-watch-width-ratio: 16; --ptd-watch-height-ratio: 9; --ptd-watch-sidebar-min-width: 300px; - + --ptd-grid-base: 103px; --ptd-margin-base: 4px; --ptd-avatar-size: 32px;