soulhotel / FF-ULTIMA

The Firefox theme with too many options.. FF Ultima.
Mozilla Public License 2.0
557 stars 22 forks source link

Youtube notifs look more vibrant than it should. #119

Closed miyatatakeshi closed 3 months ago

miyatatakeshi commented 3 months ago

Describe the bug

In youtube's notification tab thumbnail look more vibrant than normal.

Expected behavior

(A description of what you expected to happen)

Picture | Video

image

soulhotel commented 3 months ago

Edit** Three options:

  1. Remove lines 19-31 from z-site-yt.css to take the blurred background away from the notifications popup.

  2. Change the saturate to 70% which is pretty good, filter: saturate(70%) !important;

  3. Or, if you want to remove all of the YT styling -> delete the z-site-yt.css file.

https://github.com/soulhotel/FF-ULTIMA/blob/0480d356400e3d6bf1a84176786faafa8d634623/theme/z-site-yt.css#L19-L31

I think the best option is number 2, and I'll actually fix that in the theme for the next update as well.

soulhotel commented 3 months ago

version 1.8.5 has just been published with the 70% saturation adjustment. Much better, right?

2024-07-28_20-50

miyatatakeshi commented 3 months ago

It looks great in new version.