fix: links color in json sample

This commit is contained in:
Roman Hotsiy 2017-05-24 10:28:40 +03:00
parent 899419269b
commit b4e2e9d47b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -86,6 +86,10 @@ pre {
.type-string {
color: #66B16E;
& + a {
color: #66B16E;
text-decoration: underline;
}
}
.callback-function {