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