XF 2.0 Changing categories titles size

Depending on what style you're using, adding this code to default styles extra.less works fine.
Code:
.block--category .block-header {
font-weight:;
font-size: 20px;
}
 
Top Bottom