Skip to content

Commit 5170cd9

Browse files
committed
Update link styling to match main Redux site
1 parent 5691d88 commit 5170cd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/src/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
--ifm-code-font-size: 95%;
1717
--ifm-code-border-radius: 3px;
1818
--ifm-code-background: rgba(27, 31, 35, 0.05);
19-
--ifm-link-color: blue;
2019
}
2120

2221
@media screen and (max-width: 996px) {
@@ -38,6 +37,11 @@
3837
padding: 0 var(--ifm-pre-padding);
3938
}
4039

40+
a code,
41+
code a {
42+
color: inherit;
43+
}
44+
4145
a.contents__link > code {
4246
color: inherit;
4347
}

0 commit comments

Comments
 (0)