docs/user: Make string literals in code blocks gray.

Class and function reference links are also blue, so this distinguishes
them from each other.
This commit is contained in:
Augustin Cavalier
2017-01-28 13:26:20 -05:00
parent 9dc2625de0
commit 44460faf4d
+1 -1
View File
@@ -604,7 +604,7 @@ SPAN.keywordtype { color: #5c5f05; /* antique bronze */ }
SPAN.keywordflow { color: #e08000; /* mango tango */ }
SPAN.comment { color: #008000; /* japanese laurel */ }
SPAN.preprocessor { color: #806020; /* kumera */ }
SPAN.stringliteral { color: blue; }
SPAN.stringliteral { color: gray; }
SPAN.charliteral { color: #008080; /* teal */ }
.search {
color: #003399; /* smalt */