From e6cc7b7314d793b9e5a01b611d7c616082f6305f Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 26 Aug 2019 19:37:10 +0200 Subject: [PATCH] Update space-gray.css --- CSS/themes/qbittorrent/space-gray.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/qbittorrent/space-gray.css b/CSS/themes/qbittorrent/space-gray.css index 8463597b..b9fd7424 100644 --- a/CSS/themes/qbittorrent/space-gray.css +++ b/CSS/themes/qbittorrent/space-gray.css @@ -11,10 +11,10 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* RADARR SPACE GRAY THEME */ + /* QBITTORRENT SPACE GRAY THEME */ @import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css); :root { --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --progress-color: #607D8B; -} \ No newline at end of file +}