Fix badge icon for themes team

This commit is contained in:
Rupok 2020-06-11 13:07:30 +06:00
parent ba529d54f7
commit 2b39addca2
2 changed files with 11 additions and 1 deletions

View file

@ -42,7 +42,13 @@
box-sizing: border-box;
position: relative;
}
.badge-themes {
background: white;
box-shadow: 0 0 0 4px rgb(78, 50, 136);
}
.badge-themes::before {
color: rgb(78, 50, 136);
}
.badge-themes-reviewer {
background: rgba(78, 50, 136, 0.25);
box-shadow: 0 0 0 4px rgb(78, 50, 136);