Skip to content

Instantly share code, notes, and snippets.

@callahad
Created April 20, 2017 16:19
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save callahad/286c5d70fe852e8ad0ba29604c752e0f to your computer and use it in GitHub Desktop.
userChrome to change the selected tab color in Firefox's Compact Themes
/* Save this file to <firefox profile directory>/chrome/userChrome.css */
:root {
--tab-selection-color: #00ffff !important;
--tab-selection-background-color: #ff00ff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment