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