/* Change the font of the Facebook post text */
.userContent, .userContent + .clearfix, ._7pbx, ._7pbw {
font-family: Arial, sans-serif;
}
}
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name www.facebook.com - 2/12/2023, 10:07:59 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
/* Change the background color of the Facebook header */
#greenBar {
background-color: #21b6e4;
}
/* Change the color of the Facebook logo */
#greenBar a[data-gt*='logo'] i {
color: #e2081c;
}
/* Hide the Trending box */
#pagelet_trending_tags_and_topics {
display: none;
}
/* Change the font of the Facebook post text */
.userContent, .userContent + .clearfix, ._8pbx, ._8pbw {
font-family: Arial, sans-serif;
}
}