Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Function parameters hard to read in dark mode (Doxygen 1.10) #139

@marktsuchida

Description

@marktsuchida

With Doxygen 1.10 and in dark mode, function parameters are dark red/brown and hard to read:
image

I think doxygen.css added a .paramname em rule that is now winning over the color in doxygen-awesome.css's .paramname rule.

I'm currently working around this with the following custom css:

/* Make '.paramname em' identical to '.paramname'. */
.paramname em {
    font-weight: 600;
    color: var(--primary-dark-color);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions