Fix translation link color (#1882)

This commit is contained in:
Wojciech Mista 2022-02-22 11:12:12 +01:00 committed by GitHub
parent b419fd9975
commit 2c494a1b01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}`,