From 8a629ab6c350779cf77e0443dc1526c6bfbe5a02 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 24 Oct 2010 15:20:54 +0200 Subject: use a gray a little darker in code blocks, for better contrast with the gray background --- .../stylesheets/syntaxhighlighter/shThemeRailsGuides.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'railties/guides') diff --git a/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css b/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css index c36a4bd2ba..9effecbf11 100644 --- a/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +++ b/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css @@ -17,7 +17,7 @@ color: #eee !important; } .syntaxhighlighter table caption { - color: #333 !important; + color: #222 !important; } .syntaxhighlighter .gutter { color: #787878 !important; @@ -58,7 +58,7 @@ color: red !important; } .syntaxhighlighter .plain, .syntaxhighlighter .plain a { - color: #333 !important; + color: #222 !important; } .syntaxhighlighter .comments, .syntaxhighlighter .comments a { color: #708090 !important; @@ -74,7 +74,7 @@ color: #646464 !important; } .syntaxhighlighter .variable { - color: #333 !important; + color: #222 !important; } .syntaxhighlighter .value { color: #009900 !important; @@ -86,14 +86,14 @@ color: #0066cc !important; } .syntaxhighlighter .script { - color: #333 !important; + color: #222 !important; background-color: none !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: gray !important; } .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { - color: #333 !important; + color: #222 !important; font-weight: bold !important; } .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { -- cgit v1.2.3