Skip to content

Instantly share code, notes, and snippets.

@juanrad
Last active November 26, 2017 18:14
Show Gist options
  • Save juanrad/dd62e77235df9d649c53312e132670fd to your computer and use it in GitHub Desktop.
Save juanrad/dd62e77235df9d649c53312e132670fd to your computer and use it in GitHub Desktop.
Firefox formularies with Adwaita-dark on Gnome
/* Copy one option into ~/.mozilla/firefox/RANDOMSTRING.default/chrome/userContent.css */
/* Dark box, white text */
INPUT, TEXTAREA {color: white !important; background: #232729 !important; }
/* or */
/* White box, black text */
INPUT, TEXTAREA {color: black !important; background: #FFFFFF !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment