From 44460faf4da9e9e1998af8a9079e283c60191514 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 28 Jan 2017 13:26:20 -0500 Subject: [PATCH] docs/user: Make string literals in code blocks gray. Class and function reference links are also blue, so this distinguishes them from each other. --- docs/user/book.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/book.css b/docs/user/book.css index 8dde802741..43276fe60c 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -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 */