mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 01:53:44 +03:00
fix: links color in json sample
This commit is contained in:
parent
899419269b
commit
b4e2e9d47b
|
@ -86,6 +86,10 @@ pre {
|
|||
|
||||
.type-string {
|
||||
color: #66B16E;
|
||||
& + a {
|
||||
color: #66B16E;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.callback-function {
|
||||
|
|
Loading…
Reference in New Issue
Block a user