magnus-ISU / videospeed

HTML5 video speed controller (for Firefox). WebExtensions port of Video Speed Controller Chrome extension.
25 stars 4 forks source link

Simplified code, improved consistency #4

Closed Gitoffthelawn closed 2 years ago

Gitoffthelawn commented 2 years ago

Also fixed blinding white text in dark mode :)

magnus-ISU commented 2 years ago

Thanks, I've not written any CSS for months so mine was a mess.

Gitoffthelawn commented 2 years ago

No problem. I've written over 20K lines of CSS since the pandemic started. 8-)

Gitoffthelawn commented 2 years ago

BTW, I always use rgba(r, g, b, a) syntax, but the code currently uses the old rgba(r g b / a) syntax. Do you have a preference?

magnus-ISU commented 2 years ago

The former makes much more sense to me.