Skip to content

Highlighting hex parts with different colors #14

@manikantag

Description

@manikantag

Hi,

THE BEST site for SSL explanation.

The experience will be even better if you can differentiate different parts the req/resp message hex parts.

I'm overriding site styles with below:

.record-data .string {
    background-color: lightsalmon;
}
.record-data .string:nth-child(even) {
    background-color: lightseagreen;
}

After which, the Hex dump will be even clear (if required, you can add a toggle button):

image

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions