/* ==UserStyle==
@name           Focusmate: Without Profile Pictures
@namespace      https://www.timhilton.xyz/stylus-rules/
@version        1.0.0
@description    Hides profile pictures on the Focusmate dashboard for a cleaner, more focused interface
@author         Tim Hilton
@homepageURL    https://www.timhilton.xyz/stylus-rules/focusmate/without-profile-pictures/
@updateURL      https://www.timhilton.xyz/stylus-rules/focusmate/without-profile-pictures/latest/without-profile-pictures.user.css
==/UserStyle==*/

@-moz-document url("https://app.focusmate.com/dashboard") {
.fm-user-img {
    opacity: 0;
}
}
