This simple add-on adds .user-{n} class to username links, making it easy to add custom CSS for certain users without adding them to separate user group.
Installation:
Change 1 to correct user id
Installation:
- Upload files from library/ to library/
- Install add-on
Code:
.username.user-1 {
color: red;
font-weight: bold;
}