Vuetorrent
Custom Vuetorrent CSS
🛠️ Installation¶
Click here for general setup¶
Info
Tested on qBittorrent v4.3+
Warning
As the main VueTorrent theme uses inline styling in the HTML, you need to subfilter the </body>
instead of the </head>
tag. See example below.
proxy_set_header Accept-Encoding "";
sub_filter
'</body>'
'<link rel="stylesheet" type="text/css" href="https://theme-park.dev/css/base/vuetorrent/aquamarine.css">
</body>';
sub_filter_once on;