diff --git a/.gitignore b/.gitignore index 7ebc16a..8c946c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ nohup.out screenshot*.png /settings/settings.ini proxyscrobble.py +doreah diff --git a/README.md b/README.md index 53fb3ec..da7e7be 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ There are only two scrobblers (YouTube Music and Plex, both for Chromium), but a * [python3](https://www.python.org/) - [GitHub](https://github.com/python/cpython) * [bottle.py](https://bottlepy.org/) - [GitHub](https://github.com/bottlepy/bottle) * [waitress](https://docs.pylonsproject.org/projects/waitress/) - [GitHub](https://github.com/Pylons/waitress) -* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah) +* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah) (at least Version 0.5.1) ## How to install diff --git a/website/css/maloja.css b/website/css/maloja.css index 32c9750..7cd5c22 100644 --- a/website/css/maloja.css +++ b/website/css/maloja.css @@ -589,10 +589,12 @@ table.tiles_top td { } table.tiles_top:hover td td { - opacity:0.4; + opacity:0.5; + filter: grayscale(80%); } table.tiles_top:hover td td:hover { opacity:1; + filter: grayscale(0%); } table.tiles_top, table.tiles_sub {