mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
fix: fix link colors in json samples
This commit is contained in:
parent
78fa31225a
commit
aaaa8999bf
|
@ -27,7 +27,8 @@ export const jsonStyles = css`
|
|||
|
||||
.type-string {
|
||||
color: #66b16e;
|
||||
& + a {
|
||||
& + a,
|
||||
& + a:visited {
|
||||
color: #66b16e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user