I noticed that the effect bold (strong) converts the text in black.
If I enter the "bold" and imposed the color, the text becomes black.
How can I work on the css to change the effect?
article header h1 {
font-weight:bold !important;
}
article strong {
font-weight:bold !important;
color:#777 !important;
}