Opened 7 years ago
Closed 7 years ago
#3146 closed task (blessed) (fixed)
Add new badge classes for Profile Badges page in Meta Handbook
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
The Profile Badges page in Make WordPress.org Handbook was recently updated to include Design, Marketing, CLI, and Hosting badges.
The page uses cXXXXXX
classes for badge colors, where XXXXXX
is a hexadecimal color code. The classes are added via Advanced CSS section, so only an Administrator or a Super Admin can edit them.
New colors should be added for the recently added badges:
.ceec26a { background-color: #eec26a; } .c47bea7 { background-color: #47bea7; } .c424242 { background-color: #424242; } .c5358a6 { background-color: #5358a6; }
Note: See
TracTickets for help on using
tickets.
Appears to be resolved.