Skip to content

Instantly share code, notes, and snippets.

View LoneBoco's full-sized avatar

John LoneBoco

  • Olympia, WA
  • 07:18 (UTC -07:00)
View GitHub Profile
@LoneBoco
LoneBoco / userChrome.css
Created June 5, 2021 01:05
Photon Colors Theme Tweaks
/* Photon Colors Theme Tweaks */
/* https://addons.mozilla.org/en-US/firefox/addon/photon-colors/ */
/* Fixes up problems that a theme cannot alter. */
/* Fixes the highlight on the new tab button. */
#tabs-newtab-button {
--toolbarbutton-hover-background: color-mix(in srgb, currentColor 22%, transparent);
}
/* Turns menus back into light themed menus. */