Use $font-medium token for .embolded class (vs literal 500)
This commit is contained in:
@@ -33,5 +33,5 @@ h5 {
|
||||
}
|
||||
|
||||
.embolded {
|
||||
font-weight: 500;
|
||||
font-weight: $font-medium;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user