Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlighting hex parts with different colors #14

Open
manikantag opened this issue Nov 27, 2019 · 0 comments
Open

Highlighting hex parts with different colors #14

manikantag opened this issue Nov 27, 2019 · 0 comments

Comments

@manikantag
Copy link

manikantag commented Nov 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant