We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e490727 + cc13d03 commit aeeb04dCopy full SHA for aeeb04d
src/theme/reference.css
@@ -45,10 +45,21 @@ p.warning a {
45
color: rgb(0, 136, 204)
46
}
47
48
-a .hljs {
+/* color hyperlinked inline code items identically to normal links */
49
+.light a > .hljs {
50
color: #4183c4;
51
52
53
+.rust a > .hljs,
54
+.coal a > .hljs,
55
+.navy a > .hljs {
56
+ color: #2b79a2;
57
+}
58
+
59
+.ayu a > .hljs {
60
+ color: #0096cf;
61
62
63
/*
64
.parenthetical class used to keep e.g. "less-than symbol (<)" from wrapping
65
the end parenthesis onto its own line. Use in a span between the last word and
@@ -57,4 +68,4 @@ the parenthetical. So for this example, you'd use
68
*/
69
.parenthetical {
70
white-space: nowrap;
-}
71
0 commit comments