Fix translation link color (#1882)
This commit is contained in:
parent
b419fd9975
commit
2c494a1b01
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const useStyles = makeStyles(
|
|||
},
|
||||
content: {
|
||||
"& a": {
|
||||
color: theme.palette.secondary.light
|
||||
color: theme.palette.textHighlighted.active
|
||||
},
|
||||
"& blockquote": {
|
||||
borderLeft: `2px solid ${theme.palette.divider}`,
|
||||
|
|
Loading…
Reference in a new issue