chrome_point_plus/chrome_point_plus/css/modules/at_before_username.css

8 lines
177 B
CSS

/* @ before username */
#main #content a.user:before {
content: "@";
}
/* Fix for recommendations in the feed */
#main #content .rec .user:before {
margin-right: -4px;
}