KM Android 4.4 Center Hack Shared by Kevin Mandeville, 2015-11-20 14:07:19 Tagged: Hack, Android Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet body { margin:0 !important; } div[style*="margin: 16px 0"] { margin:0 !important; } View this Snippet
KM Remove Samsung Blue Links Shared by Kevin Mandeville, 2024-12-13 03:29:23 Tagged: Link, Android 3 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet #MessageViewBody a { color: inherit; text-decoration: none; font-size: inherit; font-family: inherit; font-weight: inherit; line-height: inherit; } View this Snippet
CS Target Android/Outlook.com for Dark Mode Shared by Carin Slater, 2022-12-03 21:29:26 Tagged: Hack, Android Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <!--Dark Mode media queries to target some Android and Outlook.com --> <style> /* targets color styles */ [data-ogsc] .fubar { } /* targets background styles */ [data-ogsb] .fubar { } </style> View this Snippet