commit | d2aec29b687dc7f6f83e0da3fdf1417178c8c4b2 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Oct 12 14:40:08 2016 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Wed Oct 12 14:40:08 2016 -0700 |
tree | 69131db7db1d61201fd9c3822abd4b6a14aec437 | |
parent | 01532884bb93cf8081e574a086296adba6c52ce7 [diff] [blame] |
Color identifiers (descname) blue for readability
diff --git a/docs/_static/custom.css b/docs/_static/custom.css index e69de29..cd83aa8 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css
@@ -0,0 +1,3 @@ +code.descname { + color: #4885ed; +}