A TailwindCSS refresh for the Transmission Bittorrent web interface
This repository contains a custom.css file and a directory with icon file. Place both in /usr/share/transmission/web/style/transmission/
or wherever you have installed Transmission Bittorrent.
Then edit your (existing) index.html file (/usr/share/transmission/web
) and remove the 2 current stylesheets on line 19 and 20 and add the custom one:
<link href="./style/transmission/custom.css" type="text/css" rel="stylesheet" />
Clear your cache and refresh the instance.
Notes:
- Mobile responsiveness hasn't been tested thouroughly, so there could be bugs.
- It's still a work in progress. Feel free to submit an issue if you find anything wrong.