diff --git a/services/web/frontend/stylesheets/components/beta-badges.less b/services/web/frontend/stylesheets/components/beta-badges.less index f3b2578828..329b3b6c54 100644 --- a/services/web/frontend/stylesheets/components/beta-badges.less +++ b/services/web/frontend/stylesheets/components/beta-badges.less @@ -3,10 +3,16 @@ display: inline-block; width: @line-height-computed * 0.75; height: @line-height-computed * 0.75; - line-height: @line-height-computed * 0.75; + line-height: @font-size-small; + font-size: @line-height-computed * 0.75; text-align: center; color: #fff; + &::before { + line-height: @font-size-small; + font-size: @font-size-small; + } + &:hover, &:focus { color: #fff;