Add bbPress and BuddyPress

This commit is contained in:
Stephen Edgar 2019-11-03 14:36:03 +11:00
parent 11b9bf3604
commit 5415a5be4e
2 changed files with 25 additions and 1 deletions

View file

@ -7,7 +7,7 @@
flex-wrap: wrap;
margin: 0;
list-style: none;
li {
display: flex;
align-items: center;
@ -194,3 +194,19 @@
.badge-test-team:before {
color: rgb(136, 79, 174);
}
.badge-bbpress {
background: rgba(45, 142, 66, 0.25);
box-shadow: 0 0 0 4px rgb(45, 142, 66);
}
.badge-bbpress:before {
color: rgb(45, 142, 66);
}
.badge-buddypress {
background: rgba(216, 72, 0, 0.25);
box-shadow: 0 0 0 4px rgb(216, 72, 0);
}
.badge-buddypress:before {
color: rgb(216, 72, 0);
}