- Code: Select all
<span class="dsl_ex"><font color="firebrick">I would recommend against going out on your own. </font></span>
However, its color is gray rather than firebrick. Then I found this in default css:
- Code: Select all
.dsl_ex, .dsl_ex font[color] /* DSL Feature: Enforce the example color even if the childen tags say otherwise */ {
color: gray;
}
I tried to add
- Code: Select all
.dsl_ex, .dsl_ex font[color] {
color: inherit!important;
}
to my custom css but it failed. I wonder how to neglect the enforcement of example color in DSL dictionaries.
Thanks a lot!
