@ -56,6 +56,12 @@ code {
strong {
strong {
font-weight : 500 ;
font-weight : 500 ;
@each $lang in $cjk-langs {
& : lang ( #{ $lang } ) {
font-weight : 700 ;
}
}
}
}
. label_input {
. label_input {
@ -395,6 +401,12 @@ code {
strong {
strong {
font-weight : 500 ;
font-weight : 500 ;
@each $lang in $cjk-langs {
& : lang ( #{ $lang } ) {
font-weight : 700 ;
}
}
}
}
@media screen and ( max-width : 740 px ) and ( min-width : 441 px ) {
@media screen and ( max-width : 740 px ) and ( min-width : 441 px ) {
@ -430,6 +442,12 @@ code {
strong {
strong {
color : $ui-secondary-color ;
color : $ui-secondary-color ;
font-weight : 500 ;
font-weight : 500 ;
@each $lang in $cjk-langs {
& : lang ( #{ $lang } ) {
font-weight : 700 ;
}
}
}
}
@media screen and ( max-width : 740 px ) and ( min-width : 441 px ) {
@media screen and ( max-width : 740 px ) and ( min-width : 441 px ) {
@ -474,6 +492,12 @@ code {
strong {
strong {
font-weight : 500 ;
font-weight : 500 ;
@each $lang in $cjk-langs {
& : lang ( #{ $lang } ) {
font-weight : 700 ;
}
}
}
}
}
}
}
}
@ -506,6 +530,12 @@ code {
display : block ;
display : block ;
margin-bottom : 5 px ;
margin-bottom : 5 px ;
@each $lang in $cjk-langs {
& : lang ( #{ $lang } ) {
font-weight : 700 ;
}
}
. fa {
. fa {
font-weight : 400 ;
font-weight : 400 ;
}
}