We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e968dd0 + 2991cbd commit 9fbfa14Copy full SHA for 9fbfa14
theme/book.css
@@ -833,6 +833,24 @@ table td:nth-child(2){
833
width: 20%;
834
}
835
836
+/* hide only the playground button */
837
i.fa.fa-play.play-button {
838
display: none;
839
840
+
841
+/* underline hyperlinked inline code items */
842
+a:hover > .hljs {
843
+ text-decoration: underline;
844
+}
845
846
+/* color hyperlinked inline code items
847
+ identically to normal links */
848
+.rust a > .hljs,
849
+.navy a > .hljs,
850
+.coal a > .hljs{
851
+ color: #2b79a2;
852
853
854
+.light a > .hljs {
855
+ color: #4183c4;
856
0 commit comments