Skip to content

update docs css for better in-line monospace highlighting #1011

Closed
@shahidhk

Description

We need to add the following CSS to docs:

code .docutils .literal {
    padding: 0.2em 0.4em;
    margin: 0;
    background-color: rgba(27,31,35,0.05);
    border-radius: 3px;
}

This gives better highlighting for in-line monospace text, wrapped in ``<text>`` blocks within rst.

before:
image

after:
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    c/docsRelated to docse/quickfixcan be wrapped up in few hoursp/longtermLow priority issues that will be picked up based on user feedback or bandwidth

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions