diff --git a/themes/wporg-5ftf/css/components/_team-badges.scss b/themes/wporg-5ftf/css/components/_team-badges.scss index 01850a2..6316449 100644 --- a/themes/wporg-5ftf/css/components/_team-badges.scss +++ b/themes/wporg-5ftf/css/components/_team-badges.scss @@ -165,6 +165,10 @@ color: rgb(0, 204, 58); } -.badge-test { - // TODO +.badge-test-team { + background: rgba(136, 79, 174, 0.25); + box-shadow: 0 0 0 4px rgb(136, 79, 174); +} +.badge-test-team:before { + color: rgb(136, 79, 174); } diff --git a/themes/wporg-5ftf/functions.php b/themes/wporg-5ftf/functions.php index 1beb795..ddd2627 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -273,7 +273,7 @@ function get_badge_classes( $team ) { break; case 'test': - $classes = array( 'badge-test' ); // TODO + $classes = array( 'badge-test-team', 'dashicons-desktop' ); break; case 'themes':