Yes, to some extent, it can be done via CSS styling.
You need to edit article-style.css file (create it if you don't have such a file), in the same directory where
config file exists. That will be either ~/.goldendict on Linux or C:\Users\YOU_NAME\.... somewhere there on Windows

. Or, if you have a portable install, just create that file in portable subdirectory.
Here's what I have in mine (examples are steelblue, and stress is darkblue):
- Code: Select all
.dsl_ex
{
color: steelblue;
}
.dsl_stress
{
color: darkblue;
}
P.S. One hint to figure out which tags to use is to save any card to HTML, and then look at the generated HTML file and see which tags are used where.